File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,15 @@ jobs:
4646 set -eux
4747
4848 echo "::group::Setup ExecuTorch"
49- ./install_executorch.sh
49+ PYTHON_EXECUTABLE=python ${CONDA_RUN} ./install_executorch.sh
5050 echo "::endgroup::"
5151
5252 echo "::group::Setup Huggingface"
5353 pip install -U "huggingface_hub[cli]<1.0" accelerate
5454 huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
5555 OPTIMUM_ET_VERSION=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
56- pip install git+https://github.com/huggingface/optimum-executorch.git@${OPTIMUM_ET_VERSION}
56+ ${CONDA_RUN} pip install git+https://github.com/huggingface/optimum-executorch.git@${OPTIMUM_ET_VERSION}
57+ ${CONDA_RUN} pip install mistral-common librosa
5758 echo "::endgroup::"
5859
5960 echo "::group::Pip List"
You can’t perform that action at this time.
0 commit comments