File tree Expand file tree Collapse file tree
automl/environments/ai-ml-automl-dnn-gpu/context
finetune_acft_multimodal/environments/acpt_multimodal/context Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ RUN pip install \
8282 'psutil>5.0.0,<6.0.0' \
8383 'requests>=2.31.0' \
8484 'certifi>=2023.07.22' \
85- 'cryptography>=42.0.5'
85+ 'cryptography>=42.0.5' \
86+ 'jinja2>=3.1.6'
8687 # end pypi dependencies
8788
8889RUN HOROVOD_WITH_PYTORCH=1 pip install --no-cache-dir git+https://github.com/horovod/horovod@3a31d933a13c7c885b8a673f4172b17914ad334d
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ azureml-acft-contrib-hf-nlp=={{latest-pypi-version}}
66# azureml_acft_multimodal_components=={{latest-pypi-version}}
77# needed by multimodal
88mltable == 1.5.0
9- transformers == 4.48 .0
9+ transformers == 4.50 .0
1010peft == 0.4.0
1111deepspeed == 0.16.9
1212optimum == 1.23.3
You can’t perform that action at this time.
0 commit comments