-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
bug: Fix Download location of Nitro TensorRT on Windows #3491
Comments
System monitor issue is addressed. #3492 |
What installation is this? How can I reproduce? |
@imtuyethan TensorrtLLM requires the CUDA Toolkit to be installed, but some users may not have it set up. Try to uninstall Cuda Toolkit, try to load a model -> Failed -> there will be a guidance message to lead you to the installation page. |
Root cause: The Tensorrt-llm on Jan is broken, as the engine repository name was changed from nitro-tensorrt-llm to cortex.tensorrt-llm. Jan Tensort-LLM extension is downloading artifact from the repository releases. Now it's pointing to an incorrect repository. |
The Linux release artifact has also been removed from the engine repository. It's likely will be a part of #3690. |
@louis-jan Is there a quick fix for this that will allow us to keep legacy TensorRT-LLM extension working in Sprint 21?
|
Hi @dan-homebrew We can do a quick fix for Windows; it's simply a matter of replacing the URL. But I'm not sure how Linux is enabled, since we haven't supported it in the extension yet. I'll look into it. |
@louis-jan Linux is out of scope - let's just do a quick fix for Windows, and ship it as part of 0.5.5 |
Roger that! |
Describe the bug
The installation is not working, there is a toast msg, but users are blocked from getting to the installed status on Jan UI
Screenshots
Additionally, there is an issue with system monitor in linux, that was resolved via 0.5.3
The text was updated successfully, but these errors were encountered: