Views
No views yet
NVIDIA RTX 5090 (Blackwell):docker run --gpus "device=0" \
-p 30000:30000 \
-v ~/.cache/huggingface:/root/.cache/huggingface \
--env "HF_TOKEN=hf_HUGGINGFACETOKEN" \
--ipc=host \
lmsysorg/sglang:blackwell python3 -m sglang.launch_server --host 0.0.0.0 \
--model-path dddsaty/phi-4-GPTQ-8bit \
--mem-fraction-static 0.75 \
--enable-torch-compile --torch-compile-max-bs 64 --cuda-graph-max-bs 64 \
--enable-tokenizer-batch-encode \
--enable-hierarchical-cache \
--sampling-backend flashinfer \
--max-total-tokens 16000 \
--allow-auto-truncate \
--speculative-algorithm EAGLE3 \
--speculative-draft-model-path easiest-ai-shawn/Phi-4-EAGLE3-sharegpt-unfiltered \
--speculative-num-steps 5 \
--speculative-eagle-topk 8 \
--speculative-num-draft-tokens 32 \
--port 30000