File size: 310 Bytes
7134ce7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
Please refer to the examples in [examples/infer](../../infer/) and change `swift infer` to `swift deploy` to start the service. (You need to additionally remove `--val_dataset`)

e.g.
```shell

CUDA_VISIBLE_DEVICES=0 \

swift deploy \

    --model Qwen/Qwen2.5-7B-Instruct \

    --infer_backend vllm

```