-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore: partition LLM class into TorchLLM and TrtLLM #4900
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
1ea3bf9
to
98964ed
Compare
d3c572d
to
4333698
Compare
/bot run --add-multi-gpu-test --disable-fail-fast |
PR_Github #8090 [ run ] triggered by Bot |
PR_Github #8090 [ run ] completed with state |
/bot run --add-multi-gpu-test --disable-fail-fast |
PR_Github #8130 [ run ] triggered by Bot |
PR_Github #8130 [ run ] completed with state |
/bot run --add-multi-gpu-test --disable-fail-fast |
PR_Github #8277 [ run ] triggered by Bot |
PR_Github #8278 [ run ] triggered by Bot |
PR_Github #8277 [ run ] completed with state |
PR_Github #8279 [ run ] triggered by Bot |
PR_Github #8278 [ run ] completed with state |
/bot run |
PR_Github #8965 [ run ] triggered by Bot |
PR_Github #8965 [ run ] completed with state |
/bot run |
PR_Github #8992 [ run ] triggered by Bot |
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 . Left two nits, feel free to resolve if you don't agree.
PR_Github #8992 [ run ] completed with state |
/bot run |
PR_Github #9041 [ run ] triggered by Bot |
PR_Github #9041 [ run ] completed with state |
/bot run |
PR_Github #9179 [ run ] triggered by Bot |
PR_Github #9179 [ run ] completed with state |
/bot run |
PR_Github #9207 [ run ] triggered by Bot |
Signed-off-by: Superjomn <[email protected]>
Signed-off-by: Superjomn <[email protected]>
Signed-off-by: Superjomn <[email protected]>
/bot run |
PR_Github #9253 [ run ] triggered by Bot |
PR_Github #9253 [ run ] completed with state |
This PR does
tensorrt_llm._torch.llm.LLM
forTorchLLM
andtensorrt_llm.LLM
forTrtLLM
Document:
LLM's API reference works as before:
