File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,15 @@ jobs:
108108 set -eux
109109
110110 echo "::group::Setup ExecuTorch"
111- PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux .sh --build-tool "cmake"
111+ CMAKE_ARGS="-DEXECUTORCH_BUILD_CUDA=ON" ./install_executorch .sh
112112 echo "::endgroup::"
113113
114114 echo "::group::Setup Huggingface"
115115 pip install -U "huggingface_hub[cli]" accelerate
116116 huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
117117 OPTIMUM_ET_VERSION=$(cat .ci/docker/ci_commit_pins/optimum-executorch.txt)
118118 pip install git+https://github.com/huggingface/optimum-executorch.git@${OPTIMUM_ET_VERSION}
119+ pip install mistral-common librosa
119120 echo "::endgroup::"
120121
121122 echo "::group::Export Voxtral"
You can’t perform that action at this time.
0 commit comments