Views
No views yet
python3 -m sglang.launch_server \
--model meta-llama/Meta-Llama-3-8B-Instruct \
--speculative-algo EAGLE \
--speculative-draft NickL77/BaldEagle-Llama-3.1-8B-Instruct \
--speculative-num-steps 5 \
--speculative-eagle-topk 8 \
--speculative-num-draft-tokens 64 \
--dtype bfloat16 \
--port 30000 \
--mem-fraction-static 0.65python3 bench_sglang_eagle_double_turn.py#questions: 80, Throughput: 156.33 token/s, Acceptance length: 3.57runtime: 5 min 24 sec
python3 -m sglang.launch_server \
--model meta-llama/Meta-Llama-3-8B-Instruct \
--dtype bfloat16 \
--port 30000 \
--mem-fraction-static 0.65python3 bench_sglang_eagle_double_turn.py#questions: 80, Throughput: 49.24 token/s, Acceptance length: 1.00runtime: 15 min 5 sec