Update README.md
Browse files
README.md
CHANGED
|
@@ -62,10 +62,10 @@ In the following demonstration, we assume that you are running commands under th
|
|
| 62 |
You can run Qwen3 Embedding with one command:
|
| 63 |
|
| 64 |
```shell
|
| 65 |
-
./build/bin/llama-embedding -m model.gguf -p "<your context here>" --pooling last --verbose-prompt
|
| 66 |
```
|
| 67 |
|
| 68 |
-
Or
|
| 69 |
```shell
|
| 70 |
./build/bin/llama-server -m model.gguf --embedding --pooling last -ub 8192 --verbose-prompt
|
| 71 |
```
|
|
|
|
| 62 |
You can run Qwen3 Embedding with one command:
|
| 63 |
|
| 64 |
```shell
|
| 65 |
+
./build/bin/llama-embedding -m model.gguf -p "<your context here>" --pooling last --verbose-prompt
|
| 66 |
```
|
| 67 |
|
| 68 |
+
Or launch a server:
|
| 69 |
```shell
|
| 70 |
./build/bin/llama-server -m model.gguf --embedding --pooling last -ub 8192 --verbose-prompt
|
| 71 |
```
|