Unverified Commit b9b47469 authored by wangxiyuan's avatar wangxiyuan Committed by GitHub
Browse files

[V1] Remove additional_config check (#16710)


Signed-off-by: default avatarwangxiyuan <wangxiyuan1007@gmail.com>
parent 7b8a2ab7
......@@ -1361,11 +1361,6 @@ class EngineArgs:
recommend_to_remove=True)
return False
if self.additional_config != EngineArgs.additional_config:
_raise_or_fallback(feature_name="--additional-config",
recommend_to_remove=False)
return False
# Xgrammar and Guidance are supported.
SUPPORTED_GUIDED_DECODING = [
"xgrammar", "xgrammar:disable-any-whitespace", "guidance",
......
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