From 29b067245b8e558365d38d1132186a7260f6c222 Mon Sep 17 00:00:00 2001 From: kangwangamd <100359556+kangwangamd@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:48:58 +0800 Subject: [PATCH] [AMD] CI: drop the spaces from SGL_EVAL_SPEC (fixes ROCm 7.2 stage-a sgl-eval install) (#34689) Co-authored-by: Bingxu Chen --- scripts/ci/utils/sgl_eval_ref.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/utils/sgl_eval_ref.sh b/scripts/ci/utils/sgl_eval_ref.sh index c00447fbe..a83d3a8a3 100644 --- a/scripts/ci/utils/sgl_eval_ref.sh +++ b/scripts/ci/utils/sgl_eval_ref.sh @@ -10,4 +10,4 @@ # test/registered/eval/test_text_models_gsm8k_eval.py, and the mmlu thresholds # of run_eval's other callers, before changing this. SGL_EVAL_REF="6690895609dcbc5df1e7b00dd57c9502b868ec4d" -SGL_EVAL_SPEC="sgl-eval @ git+https://github.com/sgl-project/sgl-eval.git@${SGL_EVAL_REF}" +SGL_EVAL_SPEC="sgl-eval@git+https://github.com/sgl-project/sgl-eval.git@${SGL_EVAL_REF}"