Skip to content

Commit 3b17858

Browse files
committed
Fix CI
1 parent 70443e1 commit 3b17858

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cuda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)