Unverified Commit 7196a3b1 authored by Eli Boyarski's avatar Eli Boyarski Committed by GitHub
Browse files

[Doc] arg_utils.py: fixed a typo (#13785)

parent cdc1fa12
...@@ -382,7 +382,7 @@ class EngineArgs: ...@@ -382,7 +382,7 @@ class EngineArgs:
'https://github.com/noamgat/lm-format-enforcer.' 'https://github.com/noamgat/lm-format-enforcer.'
' Can be overridden per request via guided_decoding_backend' ' Can be overridden per request via guided_decoding_backend'
' parameter.\n' ' parameter.\n'
'Backend-sepcific options can be supplied in a comma-separated ' 'Backend-specific options can be supplied in a comma-separated '
'list following a colon after the backend name. Valid backends and ' 'list following a colon after the backend name. Valid backends and '
'all available options are: [xgrammar:no-fallback, ' 'all available options are: [xgrammar:no-fallback, '
'outlines:no-fallback, lm-format-enforcer:no-fallback]') 'outlines:no-fallback, lm-format-enforcer:no-fallback]')
......
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