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 8289e91 commit 28a28afCopy full SHA for 28a28af
.github/workflows/trunk.yml
@@ -836,7 +836,7 @@ jobs:
836
echo "::endgroup::"
837
838
echo "::group::Set up Hugging Face"
839
- ${CONDA_RUN} pip install -U "huggingface_hub[cli]"
+ pip install -U "huggingface_hub[cli]"
840
huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
841
OPTIMUM_ET_COMMIT=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
842
git clone https://github.com/huggingface/optimum-executorch
0 commit comments