This commit is contained in:
jeff-shepherd 2024-10-16 16:51:45 -07:00 коммит произвёл GitHub
Родитель 8fc99a7dae
Коммит 4501f2abd8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ RUN pip uninstall -y onnxruntime
RUN pip install transformers==4.38.2
RUN pip install optimum==1.21.4
RUN pip install accelerate==0.33.0
RUN pip install deepspeed==0.15.0
RUN pip install deepspeed~=0.15.1
RUN pip install numpy==1.22.0
# Address vulnerabilities