Skip to content

Commit

Permalink
don't exit on error in test-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Nov 17, 2024
1 parent 980ea60 commit e734093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-image.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -xe
set -x

IMAGE_TAG="${IMAGE_TAG:-vllm/vllm-openai:latest}"
MODEL_NAME="${MODEL_NAME:-facebook/opt-125m}"
Expand Down

0 comments on commit e734093

Please sign in to comment.