Views
No views yet
1@article{yao2024hdflow,
2 title={HDFlow: Enhancing LLM Complex Problem-Solving with Hybrid Thinking and Dynamic Workflows},
3 author={Yao, Wenlin and Mi, Haitao and Yu, Dong},
4 journal={arXiv preprint arXiv:2409.17433},
5 year={2024}
6}CUDA_VISIBLE_DEVICES=0 python -m vllm.entrypoints.openai.api_server --model /xxxx/checkpoints/wenlinyao/HDFlow-Llama-3-8B-Instruct/ --tensor-parallel-size 1 --max-num-batched-tokens 8192 --dtype bfloat16 --port 4231