Files
wehub-resource-sync 2aaeece67c
Codestyle Check / Lint (push) Has been cancelled
Codestyle Check / Check bypass (push) Has been cancelled
Pipelines-Test / Pipelines-Test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:37:14 +08:00

16 lines
445 B
Bash

output_dir="your_output_dir"
python api_serve.py \
--openai_urls "your_url1" "your_url2"\
--api_keys "key1" "key2" \
--model "Qwen2.5-7B-Instruct-1M" \
--tokenizer "Qwen/Qwen2.5-7B-Instruct-1M" \
--use_fastdeploy true \
--input_file your_file \
--output_dir ${output_dir} \
--rollout_input_batch_size 8 \
--rollout_n 8 \
--top_p 1.0 \
--temperature 0.7 \
--max_dec_len 8192 \
--limit_rows 512