Skip to content

Commit d3c9328

Browse files
Unprincess17Yuqi Zhang
authored andcommitted
[Misc] Fix typo (vllm-project#18330)
Signed-off-by: Yuqi Zhang <yuqizhang@google.com>
1 parent baeca96 commit d3c9328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lmcache/disagg_prefill_lmcache_v1/disagg_vllm_launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ elif [[ $1 == "decoder" ]]; then
5454

5555
else
5656
echo "Invalid role: $1"
57-
echo "Should be either prefill, decode"
57+
echo "Should be either prefiller, decoder"
5858
exit 1
5959
fi

0 commit comments

Comments
 (0)