File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ jobs:
194194 echo "::endgroup::"
195195
196196 echo "::group::Run Voxtral Benchmark"
197-
197+
198198 export LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH
199199 cmake-out/backends/cuda/voxtral_runner model.pte aoti_cuda_blob.ptd
200-
200+
201201 echo "::endgroup::"
202202
203203 test-voxtral-cuda-e2e :
@@ -234,10 +234,10 @@ jobs:
234234 curl -L $TOKENIZER_URL -o tekken.json
235235 ls -al model.pte aoti_cuda_blob.ptd voxtral_preprocessor.pte tekken.json
236236 echo "::endgroup::"
237-
237+
238238 echo "::group::Download Test Audio File"
239239 AUDIO_URL="https://github.com/voxserv/audio_quality_testing_samples/raw/refs/heads/master/testaudio/16000/test01_20s.wav"
240- curl -L $AUDIO_URL -o dancing .wav
240+ curl -L $AUDIO_URL -o poem .wav
241241 echo "::endgroup::"
242242
243243 echo "::group::Build Voxtral Runner"
@@ -262,16 +262,16 @@ jobs:
262262 --model_path model.pte \
263263 --data_path aoti_cuda_blob.ptd \
264264 --tokenizer_path tekken.json \
265- --audio_path dancing .wav \
265+ --audio_path poem .wav \
266266 --processor_path voxtral_preprocessor.pte \
267267 --temperature 0 2>&1)
268268 EXIT_CODE=$?
269269 set -e
270270
271271 echo "$OUTPUT"
272272
273- if ! echo "$OUTPUT" | grep -iq "dancing "; then
274- echo "Expected output 'dancing ' not found in output"
273+ if ! echo "$OUTPUT" | grep -iq "poem "; then
274+ echo "Expected output 'poem ' not found in output"
275275 exit 1
276276 fi
277277
You can’t perform that action at this time.
0 commit comments