Could not find any implementation for node {ForeignNode[/model/Unsqueeze + /model/Unsqueeze_1.../Cast]} failure of TensorRT 10.13.3 when running trtexec on GPU 3090
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13.4k
- Forks
- 2.4k
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
Description
Could not find any implementation for node {ForeignNode[/model/Unsqueeze + /model/Unsqueeze_1.../Cast]} failure of TensorRT 10.13.3 when running trtexec on GPU 3090
Environment
TensorRT Version: 10.13.3
NVIDIA GPU: RTX 3090
NVIDIA Driver Version: 580.82.07
CUDA Version: 13.0
CUDNN Version: 8.9.7.29
Operating System: Ubuntu 22.04
Python Version (if applicable): 3.10
Tensorflow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if so, version):
Relevant Files
Model link: https://github.com/lchi021497/LLaVA
Steps To Reproduce
Commands or scripts:
- run
trtexec --onnx=llava.onnx --saveEngine=llava.engine --builderOptimizationLevel=0in the container from this repo with the./docker/launch.shcommand.
Have you tried the latest release?: yes
Attach the captured .json and .bin files from TensorRT's API Capture tool if you're on an x86_64 Unix system
Can this model run on other frameworks? For example run ONNX model with ONNXRuntime (polygraphy run <model.onnx> --onnxrt):
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with convert.py and the docker/launch.sh environment, then reproduce the failure using trtexec --onnx=llava.onnx --saveEngine=llava.engine --builderOptimizationLevel=0. Inspect the reported GPU allocation failure and ForeignNode[/model/Unsqueeze + /model/Unsqueeze_1.../Cast] error. Done means determining whether the conversion fails from insufficient memory, unsupported graph nodes, or both, with a reproducible diagnosis.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- machine-learning, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100