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

feat: TensorRT-LLM better error logs for Cuda/Nvidia driver out of date #1019

Closed
freelerobot opened this issue Aug 15, 2024 · 1 comment
Closed
Labels
engine: tensorrt-llm wontfix This will not be worked on

Comments

@freelerobot
Copy link
Contributor

Problem

  1. Have an outdated cuda toolkit and nvidia driver
  2. Get error message:
× CUDA version 12.3 is not compatible with TensorRT-LLM models. Required version: 12.4

3.Install latest cuda toolkit
4. Get the same message
5. Realize also need to install Nvidia Driver (is that where we're checking cuda version?)
6. Issue resolved.

Success Criteria
Low hanging fruit is to just give a better error message:

Your Nvidia Driver and Cuda Toolkit is not compatible with the latest TRT-LLM Models.
Please download the latest:
NVIDIA driver version ___ or higher.
CUDA Toolkit version ___ or higher.

Additional context
Add any other context or screenshots about the feature request here.

@freelerobot freelerobot added good first issue Good for newcomers type: feature request A new feature labels Aug 15, 2024
@imtuyethan imtuyethan moved this to Planning in Menlo Sep 2, 2024
@dan-menlo dan-menlo changed the title feat: Better error logs for Cuda/Nvidia driver out of date feat: TensorRT-LLM better error logs for Cuda/Nvidia driver out of date Sep 8, 2024
@dan-menlo dan-menlo moved this from Planning to Scheduled in Menlo Sep 29, 2024
@gabrielle-ong
Copy link
Contributor

Deprecated due to TensorRT-LLM not supporting Desktop
Parent issue: #1742

@github-project-automation github-project-automation bot moved this from Scheduled to Review + QA in Menlo Nov 28, 2024
@gabrielle-ong gabrielle-ong moved this from Review + QA to Completed in Menlo Nov 28, 2024
@gabrielle-ong gabrielle-ong added wontfix This will not be worked on engine: tensorrt-llm and removed good first issue Good for newcomers type: feature request A new feature engine: tensorrt-llm category: engine management Related to engine abstraction labels Nov 28, 2024
@gabrielle-ong gabrielle-ong moved this from Completed to Discontinued in Menlo Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine: tensorrt-llm wontfix This will not be worked on
Projects
Archived in project
Development

No branches or pull requests

2 participants