Skip to content

Commit

Permalink
Upgrade optimum to allow transformers=4.48.0 (#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd authored Feb 27, 2025
1 parent 1f7a36c commit 28998c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN pip install torch-ort==1.18.0 && TORCH_CUDA_ARCH_LIST="5.2;6.0;7.0;8.0;8.6;9
RUN pip uninstall -y onnxruntime

RUN pip install transformers==4.48.0
RUN pip install optimum==1.21.4
RUN pip install optimum==1.23.3
RUN pip install accelerate==0.33.0
RUN pip install deepspeed~=0.15.1
RUN pip install numpy==1.22.0
Expand Down

0 comments on commit 28998c5

Please sign in to comment.