Fix torch compile run (#7391)

Co-authored-by: wunhuang <wunhuang@amd.com>
Co-authored-by: Sai Enduri <saimanas.enduri@amd.com>
This commit is contained in:
kk
2025-06-22 15:33:09 -07:00
committed by GitHub
co-authored by wunhuang Sai Enduri
parent 50f1b6d6b1
commit bd4f581896
4 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ else
fi
# Pull the image
IMAGE="lmsysorg/sglang:v0.4.6.post5-rocm630"
IMAGE="ghcr.io/saienduri/sglang:aiter-1.3"
echo "Pulling Docker image: $IMAGE"
docker pull "$IMAGE"