Unverified Commit b781eeaa authored by Ning Xie's avatar Ning Xie Committed by GitHub
Browse files

[code clean] remove duplicate code (#33135)


Signed-off-by: default avatarAndy Xie <andy.xning@gmail.com>
parent e0b005d9
...@@ -74,9 +74,6 @@ class StructuredOutputManager: ...@@ -74,9 +74,6 @@ class StructuredOutputManager:
self.tokenizer = cached_tokenizer_from_config( self.tokenizer = cached_tokenizer_from_config(
model_config=self.vllm_config.model_config model_config=self.vllm_config.model_config
) )
reasoning_parser = (
self.vllm_config.structured_outputs_config.reasoning_parser
)
reasoning_parser_plugin = ( reasoning_parser_plugin = (
self.vllm_config.structured_outputs_config.reasoning_parser_plugin self.vllm_config.structured_outputs_config.reasoning_parser_plugin
) )
......
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