Skip to content

[Doc]: recommended docker for visual_gen #12081

Description

@christopher5106

📚 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.

  1. 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 ?

  2. 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.

  3. 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]
  1. Are there any SageAttention, FlashAttention installed ?

  2. What is the goal of this recommendation ?

Please help

Suggest a potential alternative/fix

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and checked the documentation and examples for answers to frequently asked questions.

Metadata

Metadata

Labels

Doc<NV>TRTLLM's textual/illustrative materials: API refs, guides, tutorials. Improvement & clarity.VisualGen

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions