mirror of
https://github.com/modelscope/modelscope.git
synced 2026-09-02 20:21:46 +02:00
update swift 4.4.3
This commit is contained in:
@@ -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; \
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user