Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Yu <[email protected]>
  • Loading branch information
comaniac committed Dec 12, 2024
1 parent 5848882 commit 61c1d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/guided_decoding/xgrammar_decoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def from_guided_params(cls,
else:
json_str = guided_params.json

# Validate the schmea and raise ValueError here if it is invalid.
# Validate the schema and raise ValueError here if it is invalid.
# This is to avoid exceptions in model execution, which will crash
# the engine worker process.
try:
Expand Down

0 comments on commit 61c1d49

Please sign in to comment.