mirror of
https://github.com/modelscope/modelscope.git
synced 2026-05-18 13:15:06 +02:00
update swift 4.1.3
This commit is contained in:
@@ -66,7 +66,7 @@ RUN bash /tmp/install.sh {version_args} && \
|
||||
|
||||
RUN if [ "$IMAGE_TYPE" = "gpu" ]; then \
|
||||
pip install --no-cache-dir math_verify "gradio<5.33" "deepspeed<0.19" ray mcore-bridge -U && \
|
||||
pip install --no-cache-dir liger_kernel wandb swanlab nvitop pre-commit "transformers<5.6" "trl<0.30" "peft<0.19" huggingface-hub -U && \
|
||||
pip install --no-cache-dir liger_kernel wandb swanlab nvitop pre-commit "transformers<5.7" "trl<0.30" "peft<0.20" huggingface-hub -U && \
|
||||
pip install --no-cache-dir --no-build-isolation transformer_engine[pytorch]; \
|
||||
pip install -U flash-linear-attention --no-build-isolation; \
|
||||
pip install -U git+https://github.com/Dao-AILab/causal-conv1d --no-build-isolation; \
|
||||
|
||||
@@ -398,7 +398,7 @@ class LatestGPUImageBuilder(StableGPUImageBuilder):
|
||||
args.torchaudio_version = '2.10.0'
|
||||
args.torchvision_version = '0.25.0'
|
||||
if not args.vllm_version:
|
||||
args.vllm_version = '0.19.0'
|
||||
args.vllm_version = '0.19.1'
|
||||
if not args.base_image:
|
||||
# A mirrored image of nvidia/cuda:12.4.0-devel-ubuntu22.04
|
||||
args.base_image = 'nvidia/cuda:12.9.1-cudnn-devel-ubuntu22.04'
|
||||
|
||||
Reference in New Issue
Block a user