Skip to content

Commit 415ed02

Browse files
[V1][Platform] Remove supports_structured_output() in platform (#531)
### What this PR does / why we need it? Remove `supports_structured_output()` in platform. This method is no need, because upstream has deleted this. Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent bbe7ccd commit 415ed02

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)