We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd54ff commit 2eae0c3Copy full SHA for 2eae0c3
vllm/demo/run_vllm_serving.sh
@@ -41,7 +41,7 @@ while [[ $# -gt 0 ]]; do
41
done
42
43
validate_args() {
44
-if [[ -z "$MODEL" && -z "$CONVERTED_MODEL" && -z "$TASK" ]]; then
+if [[ -z "$TASK" ]]; then
45
echo "Usage: $0 --task <model_name> [--model <original_model_path> | --converted-model <converted_model_path>] [-tp-size <tensor_parallel_size>]"
46
exit 1
47
fi
0 commit comments