update swift 4.4.3

This commit is contained in:
hjh0119
2026-08-03 20:43:15 +08:00
parent 01d07f84a4
commit 59dd3cda45
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ RUN bash /tmp/install.sh {version_args} && \
RUN if [ "$IMAGE_TYPE" = "gpu" ]; then \
pip install --no-cache-dir math_verify "datasets<4.8.5" "gradio<5.33" "deepspeed<0.19" ray -U && \
pip install --no-cache-dir mcore-bridge -i https://pypi.org/simple/ -U && \
pip install --no-cache-dir pybind11 liger_kernel wandb swanlab nvitop pre-commit "transformers<5.13" "trl<1.0" "peft<0.20" huggingface-hub -U && \
pip install --no-cache-dir pybind11 liger_kernel wandb swanlab nvitop pre-commit "transformers<5.15" "trl<1.0" "peft<0.21" huggingface-hub -U && \
pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable --no-build-isolation; \
pip install git+https://github.com/deepseek-ai/DeepGEMM.git@v2.1.1.post3 --no-build-isolation; \
pip install -U flash-linear-attention --no-build-isolation; \

View File

@@ -419,7 +419,7 @@ class LatestGPUImageBuilder(StableGPUImageBuilder):
args.torchaudio_version = '2.11.0'
args.torchvision_version = '0.26.0'
if not args.vllm_version:
args.vllm_version = '0.23.0'
args.vllm_version = '0.26.0'
if not args.base_image:
# A mirrored image of nvidia/cuda:12.4.0-devel-ubuntu22.04
args.base_image = 'nvidia/cuda:13.0.3-cudnn-devel-ubuntu22.04'