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 9d5844a commit b27da8cCopy full SHA for b27da8c
.github/workflows/trunk.yml
@@ -623,6 +623,7 @@ jobs:
623
permissions:
624
id-token: write
625
contents: read
626
+ secrets: inherit
627
strategy:
628
fail-fast: false
629
matrix:
@@ -645,7 +646,7 @@ jobs:
645
646
647
echo "::group::Set up Huggingface"
648
${CONDA_RUN} pip install -U "huggingface_hub[cli]" accelerate
- huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
649
+ ${CONDA_RUN} huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
650
OPTIMUM_ET_VERSION=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
651
${CONDA_RUN} pip install git+https://github.com/huggingface/optimum-executorch.git@${OPTIMUM_ET_VERSION}
652
${CONDA_RUN} pip list
0 commit comments