We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ffc7c commit 9ac5a26Copy full SHA for 9ac5a26
tensorrt_llm/llmapi/utils.py
@@ -517,7 +517,7 @@ def generate_api_docs_as_docstring(model: Type[BaseModel],
517
arg_line = f"{indent} {field_name} ({type_str}): "
518
if status := field_info.get("status", None):
519
arg_line += f":tag:`{status}` "
520
- else:
+ elif LABEL_STABLE_APIS:
521
arg_line += f":tag:`stable` "
522
523
if field_description:
0 commit comments