📚 The doc issue
Hi,
In the documentation you write
Recommended docker: nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc4
If you just leave like that, it's complicated to understand what to expect from that image. I saw that Python 3.12 is installed.
-
Where is Visual gen: I tried from tensorrt_llm import visual_gen without success
Should we clone it ? Do we have to install the package ?
-
What is in /app/tensorrt_llm and in /workspace/tutorials ? I see some bin/lib/include folders in /app/tensorrt_llm, it seems you compiled something.
-
I see that pytorch is installed but some deprecations:
>>> import torch
/usr/local/lib/python3.12/dist-packages/torch/cuda/__init__.py:63: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]
-
Are there any SageAttention, FlashAttention installed ?
-
What is the goal of this recommendation ?
Please help
Suggest a potential alternative/fix
No response
Before submitting a new issue...
📚 The doc issue
Hi,
In the documentation you write
Recommended docker: nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc4
If you just leave like that, it's complicated to understand what to expect from that image. I saw that Python 3.12 is installed.
Where is Visual gen: I tried
from tensorrt_llm import visual_genwithout successShould we clone it ? Do we have to install the package ?
What is in
/app/tensorrt_llmand in/workspace/tutorials? I see some bin/lib/include folders in/app/tensorrt_llm, it seems you compiled something.I see that pytorch is installed but some deprecations:
Are there any SageAttention, FlashAttention installed ?
What is the goal of this recommendation ?
Please help
Suggest a potential alternative/fix
No response
Before submitting a new issue...