Update README.md
Browse files
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
|
| 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 |
-
|
| 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 |
|