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 fb2ef80 commit dfbbe3cCopy full SHA for dfbbe3c
.github/workflows/metal.yml
@@ -50,8 +50,8 @@ jobs:
50
echo "::endgroup::"
51
52
echo "::group::Setup Huggingface"
53
- pip install -U "huggingface_hub[cli]<1.0" accelerate
54
- huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
+ ${CONDA_RUN} pip install -U "huggingface_hub[cli]<1.0" accelerate
+ ${CONDA_RUN} huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
55
OPTIMUM_ET_VERSION=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
56
${CONDA_RUN} pip install git+https://github.com/huggingface/optimum-executorch.git@${OPTIMUM_ET_VERSION}
57
${CONDA_RUN} pip install mistral-common librosa
0 commit comments