Created
April 13, 2026 19:35
-
-
Save jon-hotaisle/90098ac8b6d1bcd52babcf2c2b192d68 to your computer and use it in GitHub Desktop.
minimax 2.7, sglang, amd mi300x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -it \ | |
| --name sglang \ | |
| --cap-add=SYS_ADMIN \ | |
| --security-opt seccomp=unconfined \ | |
| --device=/dev/kfd \ | |
| --device=/dev/dri \ | |
| --group-add video \ | |
| --network=host \ | |
| --ipc=host \ | |
| --privileged \ | |
| --shm-size 64G \ | |
| -v /data:/data \ | |
| -v /data/.cache:/root/.cache \ | |
| lmsysorg/sglang:v0.5.10.post1-rocm720-mi30x | |
| SGLANG_USE_AITER=1 \ | |
| USE_ROCM_AITER_ROPE_BACKEND=0 \ | |
| sglang serve \ | |
| --port 8000 \ | |
| --model-path MiniMaxAI/MiniMax-M2.7 \ | |
| --tp 4 \ | |
| --ep 4 \ | |
| --tool-call-parser minimax-m2 \ | |
| --reasoning-parser minimax-append-think \ | |
| --trust-remote-code \ | |
| --mem-fraction-static 0.85 \ | |
| --kv-cache-dtype fp8_e4m3 \ | |
| --attention-backend triton |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment