[Qwen] Update Docker image tag for MI300X to v0.5.17-rocm700-mi30x-20… (#34770)

This commit is contained in:
zijiexia
2026-08-13 15:59:42 -07:00
committed by GitHub
parent 9720922671
commit abdef3c38e
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@ docker pull lmsysorg/sglang-rocm:v0.5.17-rocm720-mi35x-20260812
MI300X (CDNA3, gfx942 — ROCm 7.00):
```bash Command
docker pull lmsysorg/sglang-rocm:v0.5.17-rocm700-mi30x-20260812
docker pull lmsysorg/sglang-rocm:v0.5.17-rocm700-mi30x-20260813
```
For how to launch either image, see [Install → Method 3: Using Docker](../../../docs/get-started/install#method-3-using-docker). Substitute the inner `sglang serve ...` with whatever the command generator below produces.
+1 -1
View File
@@ -93,7 +93,7 @@ export const config = {
b200: "lmsysorg/sglang:qwen38",
b300: "lmsysorg/sglang:qwen38",
gb300: "lmsysorg/sglang:qwen38",
mi300x: "lmsysorg/sglang-rocm:v0.5.17-rocm700-mi30x-20260812",
mi300x: "lmsysorg/sglang-rocm:v0.5.17-rocm700-mi30x-20260813",
mi350x: "lmsysorg/sglang-rocm:v0.5.17-rocm720-mi35x-20260812",
mi355x: "lmsysorg/sglang-rocm:v0.5.17-rocm720-mi35x-20260812",
},