[Doc]: recommended docker for visual_gen #12109
-
📚 The doc issueHi, 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.
Please help Suggest a potential alternative/fixNo response Before submitting a new issue...
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
|
I found the doc here https://catalog.ngc.nvidia.com/orgs/nvidia/teams/tensorrt-llm/containers/release?version=1.3.0rc5.post1 but to my point of view, it's not clear how it relates to visual_gen that I didn't find in the image. |
Beta Was this translation helpful? Give feedback.
-
|
@christopher5106 Thanks for raising this issue. The The "production support" in the |
Beta Was this translation helpful? Give feedback.
-
|
I am going to convert this issue to a discussion since it's not a real doc issue. Please let me know if any concerns. Thank you for trying out TensorRT-LLM VisualGen! |
Beta Was this translation helpful? Give feedback.
-
|
@forrestl111 I did |
Beta Was this translation helpful? Give feedback.
-
|
Now, most problematic is that I don't reproduce the results you got with FP4 on Flux 2 dev on B200. Usually inference takes 40 s on H200, but I got an 2x acceleration only, not the expected 5x. Any help welcome. I'm interested in the simple scenario "FP4 + compile + cuda graphs" where 5x gains are expected. I followed the recommnended steps here, starting from the image you recommend nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc4 . I run it with the docker params you recommend. Let me give you some insights with the logs. But the missing libs should not have anything to do with this performance issue, no?
seems to be the issue
|
Beta Was this translation helpful? Give feedback.
-
|
@christopher5106 The production level support on the Regarding the performance, we are WIP to improve the performance. |
Beta Was this translation helpful? Give feedback.
@christopher5106 Thanks for raising this issue. The
feat/visual_genbranch is a prototype branch which is not included in the RC release. You need to go through the install guide which installsvisual_genas a separate python package. You can reach out to @forrestl111 if any setup issue on that branch.The "production support" in the
mainbranch is under development with limited model and features support. You can refer to this doc: https://github.com/NVIDIA/TensorRT-LLM/blob/main/docs/source/models/visual-generation.mdThe first weekly release that is able to do like
from tensorrt_llm import VisualGenwill be1.3.0rc8and the release is still WIP.