prudant commited on
Commit
d529c1b
·
verified ·
1 Parent(s): c627f91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ This is a compressed version of tomaarsen/Qwen3-Reranker-0.6B-seq-cls using llm-
14
 
15
  ## Serving
16
 
17
- ``python3 -m vllm.entrypoints.openai.api_server --download-dir '/data' --model 'dolfsai/Qwen3-Reranker-0.6B-seq-cls-vllm-W8A8' --task classify``
18
 
19
  **Important**: You MUST read the following guide for correct usage of this model here [Guide](https://github.com/vllm-project/vllm/pull/19260)
20
 
 
14
 
15
  ## Serving
16
 
17
+ ``python3 -m vllm.entrypoints.openai.api_server --model 'dolfsai/Qwen3-Reranker-0.6B-seq-cls-vllm-W8A8' --task classify``
18
 
19
  **Important**: You MUST read the following guide for correct usage of this model here [Guide](https://github.com/vllm-project/vllm/pull/19260)
20