Files
wehub-resource-sync a203934033
Lint test / lint (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:34:58 +08:00

8 lines
225 B
Bash

# You need to have a deployed model or api service first
CUDA_VISIBLE_DEVICES=0 swift app \
--model '<model_name>' \
--base_url http://127.0.0.1:8000/v1 \
--stream true \
--max_new_tokens 2048 \
--lang zh