Skip to content

issues Search Results · repo:pytorch/TensorRT language:Python

Filter by

1k results
 (76 ms)

1k results

inpytorch/TensorRT (press backspace or delete to remove)

❓ Question Will SAM2 be compatible with the Dynamo backend on JetPack 6.1/6.2? Are there any workarounds for the TensorRT version mismatch? What you have already tried Here are my attempts and issues ...
question
  • AyanamiReiFan
  • 1
  • Opened 
    2 days ago
  • #3478

Bug Description !-- A clear and concise description of what the bug is. -- Presence of BUILD file in released wheel does break use of package in Bazel with rules-python (https://github.com/bazel-contrib/rules_python/issues/2780). ...
bug
  • gfringeli
  • 1
  • Opened 
    3 days ago
  • #3477

when i use torch-tensorrt 2.4.0 to convert a quantized PT2 to trt, i got this error blow. Image I wonder whether it will support in ther future? Or, i am able to do this based on the current version ...
feature request
  • MaltoseFlower
  • Opened 
    6 days ago
  • #3471

❓ Question !-- Your question -- How wo you export a triton kernel with model to a serialized engine that can be run in c++? What you have already tried Read through python examples. !-- A clear and ...
question
  • cmgreen210
  • 6
  • Opened 
    8 days ago
  • #3469

Bug Description I trained a ssdlite320_320 mobilenetv3 large with Widerface datasets for face detection task. Here is what I received when running the torch_tensorrt.compile(): (capstone) jetson@jetson-desktop:~/FaceRecognitionSystem/jetson/backend/python$ ...
bug
  • hungpham3112
  • 3
  • Opened 
    10 days ago
  • #3467

What is your policy around publishing wheels for torch RCs? Torch 2.7RC1 has been released but I don t think there is any torch-tensorrt wheel compatible with it (release requires torch 2.6, nightly requires ...
feature request
  • jjh42
  • 2
  • Opened 
    15 days ago
  • #3463

Bug Description Segmentation fault error from test_004_weight_streaming test. cudagraph.reset() is in call stack File /usr/local/lib/python3.12/dist-packages/torch/cuda/graphs.py , line 92 in reset File ...
bug
  • keehyuna
  • Opened 
    17 days ago
  • #3460

Exporting a model that uses torch.Categorical().sample to sample from the logits. I currently have a (fixed length) loop within a torch.compile graph that includes sampling from the logits to choose an ...
feature request
  • jjh42
  • 3
  • Opened 
    18 days ago
  • #3459

from __future__ import annotations import os import torch import torch_tensorrt os.environ[ CI_BUILD ] = 1 dtype = torch.bfloat16 device = torch.device( cuda , 0) class MyModule(torch.nn.Module): ...
feature request
  • HolyWu
  • 1
  • Opened 
    18 days ago
  • #3458

tensorrt now supports python 3.13, so I think it should now be feasible to support 3.13 for torch_tensorrt publish wheels.
feature request
  • jjh42
  • 5
  • Opened 
    19 days ago
  • #3454
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub