Skip to content

Commit c125e54

Browse files
authored
Export LD_LIBRARY_PATH in cuda.yml
Set LD_LIBRARY_PATH for CUDA execution environment.
1 parent 2c03c60 commit c125e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
echo "::group::Run Voxtral Runner"
145145
# Capture output and allow exit code 139 if we have the expected printout
146146
set +e
147+
export LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH
147148
OUTPUT=$(cmake-out/backends/cuda/voxtral_runner model.pte aoti_cuda_blob.ptd 2>&1)
148149
EXIT_CODE=$?
149150
set -e

0 commit comments

Comments
 (0)