update math_verify

This commit is contained in:
Jintao Huang
2025-11-20 00:14:38 +08:00
parent 56838dab09
commit 85cbe9618d

View File

@@ -76,7 +76,7 @@ RUN bash /tmp/install.sh {version_args} && \
RUN if [ "$IMAGE_TYPE" = "swift" ]; then \
pip install "sglang[all]<0.6" "math_verify==0.5.2" "gradio<5.33" "deepspeed<0.18" -U && \
pip install "sglang[all]<0.6" math_verify "gradio<5.33" "deepspeed<0.18" -U && \
pip install liger_kernel wandb swanlab nvitop pre-commit "transformers<4.58" "trl<0.24" "peft<0.18" huggingface-hub -U && \
pip install --no-build-isolation transformer_engine[pytorch]; \
cd /tmp && GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/NVIDIA/apex && \