GGUF
conversational
littlebird13 commited on
Commit
69d0e58
·
verified ·
1 Parent(s): 90f57aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 --embd-normalize -1
66
  ```
67
 
68
- Or lunch a server:
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
  ```