- 
                Notifications
    
You must be signed in to change notification settings  - Fork 732
 
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Search before asking
- I have searched the jetson-containers issues and found no similar feature requests.
 
Question
Hi, I've tried to build TensorRT-LLM container on my Tegra Jetson with next system conf:
and have that error:
.../jetson-containers$ ./build.sh tensorrt-llm
...
-- Package torchaudio:2.0.1 has missing dependencies, disabling...  ("couldn't find package:  torchcodec")
-- Package torchaudio:2.0.1-builder has missing dependencies, disabling...  ("couldn't find package:  torchcodec")
-- Package torchaudio:2.1.0 has missing dependencies, disabling...  ("couldn't find package:  torchcodec")
-- Package torchaudio:2.1.0-builder has missing dependencies, disabling...  ("couldn't find package:  torchcodec")
-- Package torchaudio:2.2.2 has missing dependencies, disabling...  ("couldn't find package:  torchcodec")
-- Package torchaudio:2.2.2-builder has missing dependencies, disabling...  ("couldn't find package:  torchcodec")
...
-- Package tensorrt_llm:0.12 has missing dependencies, disabling...  ("couldn't find package:  torchaudio")
-- Package tensorrt_llm:0.12-builder has missing dependencies, disabling...  ("couldn't find package:  torchaudio")
...
[14:26:23] ===================================================================================== 
[14:26:23] ===================================================================================== 
[14:26:23] 💣 `jetson-containers build` failed after 7.8 seconds (0.1 minutes) 
[14:26:23] Error: "couldn't find package:  tensorrt-llm" 
[14:26:23] ===================================================================================== 
[14:26:23] ===================================================================================== 
[14:26:23] Failed building:  tensorrt-llm
Traceback (most recent call last):
  File "/tools/jetson-containers/jetson_containers/build.py", line 129, in <module>
    build_container(**vars(args))
  File "/tools/jetson-containers/jetson_containers/container.py", line 120, in build_container
    packages = resolve_dependencies(packages, skip_packages=skip_packages)
  File "/tools/jetson-containers/jetson_containers/packages.py", line 392, in resolve_dependencies
    packages, changed = add_depends(packages)
  File "/tools/jetson-containers/jetson_containers/packages.py", line 363, in add_depends
    for dependency in find_package(package).get('depends', []):
  File "/tools/jetson-containers/jetson_containers/packages.py", line 247, in find_package
    raise KeyError(f"couldn't find package:  {package}")
KeyError: "couldn't find package:  tensorrt-llm"
Do you have any ideas how to fix it? I need to use Jetpack 5 system configuration and have no possibility to update it.
Thank you and regards.
Additional
It may be that tensorrt-llm disabled in transactional dependency of torchcodec, which
requires='>=36' 
Also there and there are given some tips, that
Container images are compatible with other minor versions of JetPack/L4T:
    • L4T R32.7 containers can run on other versions of L4T R32.7 (JetPack 4.6+)
    • L4T R35.x containers can run on other versions of L4T R35.x (JetPack 5.1+)
There are some similar issues:
triton install
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested