File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
finetune_acft_hf_nlp/environments/acpt-grpo/context
finetune_acft_multimodal/environments/acpt_multimodal/context Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ RUN pip install -r requirements.txt --no-cache-dir
88
99RUN pip install azureml-evaluate-mlflow=={{latest-pypi-version}}
1010RUN pip install azureml-acft-common-components=={{latest-pypi-version}}
11+ RUN pip install transformers==4.56.0
1112
1213# clean conda and pip caches
1314RUN rm -rf ~/.cache/pip
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ deepspeed==0.17.1
66trl == 0.18.2
77liger-kernel == 0.5.10
88vllm == 0.11.1
9- transformers == 4.56.0
109peft == 0.15.2
1110mlflow == 3.1.0
1211numpy == 2.2.5
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY requirements.txt .
99RUN pip install -r requirements.txt --no-cache-dir
1010# Downgraded azureml-metrics, to prevent bug related to logger in azureml-metrics. Should be upgraded in next pypi release of acft-multimodal
1111# Removing it from requirements.txt to avoid conflict with scikit-learn version
12- RUN pip install azureml-metrics==0.0.33
12+ RUN pip install azureml-metrics==0.0.33 pyarrow==14.0.1
1313
1414RUN pip install azureml-acft-common-components=={{latest-pypi-version}}
1515RUN pip install azureml-acft-accelerator=={{latest-pypi-version}}
You can’t perform that action at this time.
0 commit comments