-
Notifications
You must be signed in to change notification settings - Fork 2k
[TRTLLM-5061] chore: add status tags to LLM API reference #5707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b2c9325 to
3a005da
Compare
|
/bot run |
|
PR_Github #10912 [ run ] triggered by Bot |
|
PR_Github #10912 [ run ] completed with state |
3a005da to
d9d5aca
Compare
|
/bot run |
|
PR_Github #10936 [ run ] triggered by Bot |
|
PR_Github #10936 [ run ] completed with state |
d9d5aca to
83d230a
Compare
|
/bot run |
|
PR_Github #11128 [ run ] triggered by Bot |
|
PR_Github #11128 [ run ] completed with state |
|
/bot run |
|
PR_Github #11137 [ run ] triggered by Bot |
|
PR_Github #11137 [ run ] completed with state |
6be2f72 to
a95cb28
Compare
a95cb28 to
d5739ef
Compare
b9ee9ba to
d474788
Compare
Signed-off-by: Superjomn <[email protected]>
Signed-off-by: Superjomn <[email protected]>
We can use status label directly. Signed-off-by: Superjomn <[email protected]>
Signed-off-by: Superjomn <[email protected]>
Signed-off-by: Superjomn <[email protected]>
3671257 to
b237a1f
Compare
|
/bot run --disable-fail-fast |
|
PR_Github #13087 [ run ] triggered by Bot |
|
PR_Github #13087 [ run ] completed with state |
b237a1f to
c724e45
Compare
|
/bot run |
Signed-off-by: Superjomn <[email protected]>
c724e45 to
e0e6331
Compare
|
PR_Github #13102 [ run ] triggered by Bot |
|
PR_Github #13102 [ run ] completed with state |
QiJune
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Superjomn <[email protected]> Signed-off-by: Shreyas Misra <[email protected]>
Signed-off-by: Superjomn <[email protected]> Signed-off-by: Ransiki Zhang <[email protected]>
Signed-off-by: Superjomn <[email protected]> Signed-off-by: Lanyu Liao <[email protected]>
Motivation
Change
Add "prototype" and "beta" tags to all the APIs those not in the "committed_reference", note that, only the non-committed APIs has the tag.
There are two deprecated knobs:

Update to the LlmArgs development
For the non-committed APIs:
statusmetadata, the status could be either "beta" or "prototype"xxx_field = Field(..., status="beta")reference/llm.yaml, addstatus: beta@set_api_status("beta")on the target methodstatus: betain thereference/llm.yamlSummary by CodeRabbit
New Features
Bug Fixes
Tests
Documentation