We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3d12f commit 8635423Copy full SHA for 8635423
.github/workflows/trunk.yml
@@ -828,6 +828,9 @@ jobs:
828
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
829
conda activate "${CONDA_ENV}"
830
831
+ # Used by .ci/scripts/test_huggingface_optimum_model.py
832
+ pip install datasets
833
+
834
echo "::group::Set up Hugging Face"
835
pip install -U "huggingface_hub[cli]"
836
huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
0 commit comments