Unverified Commit bfe2fe0a authored by Wang Ran (汪然)'s avatar Wang Ran (汪然) Committed by GitHub
Browse files

typo: Update config.py (#15189)

parent a8652f4f
......@@ -2784,7 +2784,7 @@ class DecodingConfig:
backend = GuidedDecodingParams(
backend=self.guided_decoding_backend).backend_name
if backend not in valid_guided_backends:
raise ValueError(f"Invalid guided_decoding_backend '{backend},"
raise ValueError(f"Invalid guided_decoding_backend '{backend}',"
f" must be one of {valid_guided_backends}")
......
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