Skip to content

Commit

Permalink
Use TMP_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Oct 8, 2024
1 parent 7d0f184 commit 152c7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/faster-whisper/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ trap cleanup EXIT

kubectl apply -f $REPO_DIR/manifests/models/$model.yaml

audio_file=$REPO_DIR/tmp/kubeai.mp4
audio_file=$TMP_DIR/kubeai.mp4
curl -L -o $audio_file https://github.com/user-attachments/assets/711d1279-6af9-4c6c-a052-e59e7730b757

transcription_file=$REPO_DIR/tmp/transcription.json
transcription_file=$TMP_DIR/transcription.json
curl http://localhost:8000/openai/v1/audio/transcriptions \
-F "file=@$audio_file" \
-F "language=en" \
Expand Down

0 comments on commit 152c7ba

Please sign in to comment.