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 36c8fb5 commit 223b663Copy full SHA for 223b663
.ci/docker/ci_commit_pins/optimum-executorch.txt
@@ -1 +1 @@
1
-4b108cad37bd8e211cf9d9c1633b3d5753708bd5
+bd06b54e627fbfd354a2cffa4c80fb21883209a9
.github/workflows/trunk.yml
@@ -831,7 +831,8 @@ jobs:
831
echo "::group::Set up Hugging Face"
832
pip install -U "huggingface_hub[cli]"
833
huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
834
- OPTIMUM_ET_COMMIT=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
+ # OPTIMUM_ET_COMMIT=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
835
+ OPTIMUM_ET_COMMIT=bd06b54e627fbfd354a2cffa4c80fb21883209a9
836
837
echo "Cloning optimum-executorch..."
838
0 commit comments