Skip to content
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

upgrade trtllm to 0.9.0 #1795

Merged
merged 3 commits into from
Apr 26, 2024
Merged

upgrade trtllm to 0.9.0 #1795

merged 3 commits into from
Apr 26, 2024

Conversation

lanking520
Copy link
Contributor

Description

Updating TRTLLM to 0.9.0.

  • We will install cudnn8 manually from apt to get the latest version

@lanking520 lanking520 requested review from zachgk, frankfliu and a team as code owners April 22, 2024 15:51
@lanking520 lanking520 force-pushed the update branch 2 times, most recently from f2ef851 to 60dd71d Compare April 24, 2024 01:10
ARG cuda_python_version=12.2.0
ARG peft_wheel="https://publish.djl.ai/peft/peft-0.5.0alpha-py3-none-any.whl"
ARG trtllm_toolkit_wheel="https://publish.djl.ai/tensorrt-llm/toolkit/tensorrt_llm_toolkit-${trtllm_toolkit_version}-py3-none-any.whl"
ARG trtllm_wheel="https://djl-ai.s3.amazonaws.com/publish/tensorrt-llm/${trtllm_version}/tensorrt_llm-0.8.0-cp310-cp310-linux_x86_64.whl"
ARG trtllm_wheel="https://djl-ai.s3.amazonaws.com/publish/tensorrt-llm/${trtllm_version}/tensorrt_llm-0.9.0-cp310-cp310-linux_x86_64.whl"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are currently installing this without dependencies, but during runtime it needs additional dependencies in 0.9.0, else fails - pip install colored h5py strenum pulp, could you add these to the pip command below

@lanking520 lanking520 changed the title [WIP][DO NOT MERGE] upgrade trtllm to 0.9.0 upgrade trtllm to 0.9.0 Apr 26, 2024
@nikhil-sk nikhil-sk merged commit b6b9451 into master Apr 26, 2024
7 checks passed
@nikhil-sk nikhil-sk deleted the update branch April 26, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants