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 f5effc5 commit 35213bbCopy full SHA for 35213bb
vllm/demo/run_vllm_serving.sh
@@ -42,7 +42,7 @@ done
42
43
validate_args() {
44
if [[ -z "$MODEL" && -z "$CONVERTED_MODEL" && -z "$TASK" ]]; then
45
- echo "Usage: $0 --task <model_name> | --model <original_model_path> | --converted-model <converted_model_path> [-tp-size <size>]"
+ echo "Usage: $0 --task <model_name> [--model <original_model_path> | --converted-model <converted_model_path>] [-tp-size <size>]"
46
exit 1
47
fi
48
}
0 commit comments