"vllm/vscode:/vscode.git/clone" did not exist on "cdba4c74b30824b22d9d7cd22b187d5e4f690404"
Unverified Commit 81712218 authored by Gong Shufan's avatar Gong Shufan Committed by GitHub
Browse files

[Misc] Fix typo (#18330)

parent 7937c2fd
...@@ -54,6 +54,6 @@ elif [[ $1 == "decoder" ]]; then ...@@ -54,6 +54,6 @@ elif [[ $1 == "decoder" ]]; then
else else
echo "Invalid role: $1" echo "Invalid role: $1"
echo "Should be either prefill, decode" echo "Should be either prefiller, decoder"
exit 1 exit 1
fi fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment