Skip to content

Commit d8faed6

Browse files
committed
remove supports_structured_output() in platform
Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent c7f6584 commit d8faed6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vllm_ascend/platform.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,3 @@ def supports_v1(cls, model_config: ModelConfig) -> bool:
162162
model configuration.
163163
"""
164164
return True
165-
166-
@classmethod
167-
def supports_structured_output(cls) -> bool:
168-
return True

0 commit comments

Comments
 (0)