qiuxi337 commited on
Commit
7580a55
·
verified ·
1 Parent(s): 66bb0a6

Fix the script error

Browse files

Remove the invalid space

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ You can use the following script to run with vLLM.
52
  ```shell
53
  huggingface-cli download qiuxi337/gemma-3-12b-bnb-grpo --local-dir gemma-3-12b-bnb-grpo
54
  vllm serve google/gemma-3-12b-it \
55
- --qlora-adapter-name-or-path gemma-3-12b-bnb-grpo \
56
  --quantization bitsandbytes \
57
  --enable-lora \
58
  --max-lora-rank 128 \
 
52
  ```shell
53
  huggingface-cli download qiuxi337/gemma-3-12b-bnb-grpo --local-dir gemma-3-12b-bnb-grpo
54
  vllm serve google/gemma-3-12b-it \
55
+ --qlora-adapter-name-or-path gemma-3-12b-bnb-grpo \
56
  --quantization bitsandbytes \
57
  --enable-lora \
58
  --max-lora-rank 128 \