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

10 lines
251 B
Bash

# sh examples/custom/infer.sh
CUDA_VISIBLE_DEVICES=0 \
swift infer \
--adapters output/vx-xxx/checkpoint-xxx \
--load_data_args true \
--infer_backend transformers \
--max_batch_size 16 \
--max_new_tokens 256 \
--temperature 0