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 712084f commit ac47ec8Copy full SHA for ac47ec8
.github/workflows/trunk.yml
@@ -606,7 +606,6 @@ jobs:
606
strategy:
607
fail-fast: false
608
with:
609
- secrets-env: EXECUTORCH_HF_TOKEN
610
runner: macos-m1-stable
611
python-version: '3.11'
612
submodules: 'recursive'
@@ -621,7 +620,6 @@ jobs:
621
620
622
echo "::group::Set up Hugging Face"
623
pip install -U "huggingface_hub[cli]"
624
- huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
625
OPTIMUM_ET_COMMIT=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
626
git clone https://github.com/huggingface/optimum-executorch
627
pushd optimum-executorch
0 commit comments