-
Notifications
You must be signed in to change notification settings - Fork 0
tensorrt-llm: 0.9 -> 0.10, triton: 2.42.0 -> 2.44.0 #50
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
base: main
Are you sure you want to change the base?
Conversation
Remove the tensorrt_llm python script, since it confuses `maybe_download_tarball_with_pget`
enable_trt_overlap is set to false in a lot of places, we will probably need to change that we should review the new configuration options as well |
if token == []: | ||
continue | ||
|
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.
was this discovered by testing? what is this?
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.
Good question, it was discovered by testing. EOS seems to have been replaced by []. Potentially related to tokenizer config?
Open questions:
enable_trt_overlap
disappeared and a whole bunch of cache options got added.