TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

🐛 [Bug] Encountered bug when using Torch-TensorRT - native compilation xavier AGX

Open SM1991CODES opened this issue 2 years ago • 1 comments

Bug Description

After successful build of both C++ and Python interfaces I get this error when I try to import torch_tensorrt

image

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Environment

Build information about Torch-TensorRT can be found by turning on debug messages

  • Torch-TensorRT Version (e.g. 1.0.0):
  • PyTorch Version (e.g. 1.0):
  • CPU Architecture:
  • OS (e.g., Linux):
  • How you installed PyTorch (conda, pip, libtorch, source):
  • Build command you used (if compiling from source):
  • Are you using local sources or building from archives:
  • Python version:
  • CUDA version:
  • GPU models and configuration:
  • Any other relevant information:

Additional context

SM1991CODES avatar Aug 28 '22 15:08 SM1991CODES

This issue is usually because your pytorch version is too old

narendasan avatar Aug 29 '22 16:08 narendasan

This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days

github-actions[bot] avatar Nov 28 '22 00:11 github-actions[bot]

No updates

SM1991CODES avatar Nov 28 '22 08:11 SM1991CODES

@SM1991CODES as Naren suggested. What is your PyT version? This error is likely because it is before FX was included.

ncomly-nvidia avatar Nov 28 '22 21:11 ncomly-nvidia