fix deploy bug
Browse files
README.md
CHANGED
|
@@ -33,7 +33,8 @@ CUDA_VISIBLE_DEVICES=0 swift deploy\
|
|
| 33 |
--tensor_parallel_size 1\
|
| 34 |
--gpu_memory_utilization 0.9 \
|
| 35 |
--max_model_len 16312 \
|
| 36 |
-
--vllm_max_lora_rank 64
|
|
|
|
| 37 |
```
|
| 38 |
|
| 39 |
### Tool Definition
|
|
|
|
| 33 |
--tensor_parallel_size 1\
|
| 34 |
--gpu_memory_utilization 0.9 \
|
| 35 |
--max_model_len 16312 \
|
| 36 |
+
--vllm_max_lora_rank 64 \
|
| 37 |
+
--use_hf true
|
| 38 |
```
|
| 39 |
|
| 40 |
### Tool Definition
|