Views
No views yet
1python -m application.webui --ea-model-path [path of GTO weight] \
2 --base-model-path [path of the original model] \
3 --model-type [vicuna\llama3\qwen] \
4 --total-token [int]total-token parameter represents the number of draft tokens. Adjusting this based on your specific device and model can achieve better results.1@article{hu2025bridging,
2 title={Bridging Draft Policy Misalignment: Group Tree Optimization for Speculative Decoding},
3 author={Hu, Shijing and Li, Jingyang and Lu, Zhihui and Zhou, Pan},
4 journal={arXiv preprint arXiv:2509.22134},
5 year={2025}
6}