FM-1976 commited on
Commit
609b854
·
verified ·
1 Parent(s): 44beaaf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -37,11 +37,12 @@ software. Both of them are included in a single file, which can be
37
  downloaded and run as follows:
38
 
39
  ```
40
- wget https://huggingface.co/Mozilla/Qwen2.5-7B-Instruct-1M-llamafile/resolve/main/Qwen2.5-7B-Instruct-1M-Q6_K.llamafile
41
  chmod +x QwenPortable.llamafile
42
  ./QwenPortable.llamafile
43
  ```
44
  For Windows user:
 
45
  simply rename the extension from `QwenPortable.llamafile` to `QwenPortable.exe`
46
 
47
  The default mode of operation for these llamafiles is our new command
@@ -73,9 +74,8 @@ An advanced CLI mode is provided that's useful for shell scripting. You
73
  can use it by passing the `--cli` flag. For additional help on how it
74
  may be used, pass the `--help` flag.
75
 
76
- ```
77
- ./Qwen2.5-7B-Instruct-1M-Q6_K.llamafile --cli -p 'four score and seven' --log-disable
78
- ```
79
 
80
  ## Quickstart with python and openAI API endpoint
81
 
 
37
  downloaded and run as follows:
38
 
39
  ```
40
+ wget https://huggingface.co/FM-1976/Qwen2.5-1.6b-llamafile/resolve/main/QwenPortable.llamafile
41
  chmod +x QwenPortable.llamafile
42
  ./QwenPortable.llamafile
43
  ```
44
  For Windows user:
45
+
46
  simply rename the extension from `QwenPortable.llamafile` to `QwenPortable.exe`
47
 
48
  The default mode of operation for these llamafiles is our new command
 
74
  can use it by passing the `--cli` flag. For additional help on how it
75
  may be used, pass the `--help` flag.
76
 
77
+
78
+
 
79
 
80
  ## Quickstart with python and openAI API endpoint
81