-
Notifications
You must be signed in to change notification settings - Fork 86
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
trt-llm integration #194
trt-llm integration #194
Conversation
57d7743
to
993e358
Compare
6c8d698
to
606f690
Compare
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.
I'm afraid I'm still far from being finished with this review, but submitting my partial review so you can start addressing comments.
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.
Second half of the review!
0493ee8
to
9c165a0
Compare
fixed a bug I caught while running e2e: it turns out torch masked tensor doesn't support dim is None, probably a bug on their side |
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.
Just a couple of final comments to help understand what's going on
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.
Oh yeah let's gooooooooo
48c39db
to
65b058b
Compare
273b392
to
86f9b11
Compare
Signed-off-by: Gerald Shen <[email protected]>
86f9b11
to
2b5032d
Compare
tests look good! so i'm merging now |
Signed-off-by: Gerald Shen <[email protected]>
What does this PR do ?
added trt-llm integration. the nemo path is mostly unaffected