TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT

Results 599 TensorRT issues
Sort by recently updated
recently updated
newest added

# Description Adds a uv lock file and some settings that allows users to use uv out of the box to trivially build the main branch with just `uv` +...

documentation
component: build system
cla signed

## ❓ Question im able to `torch.export` and generate an ExportedProgram with no issues for my model. upon compiling with `torch_tensorrt`... ```python ep = torch.export.load("...") example_inputs = ep.example_inputs[0] model =...

question

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

component: tests
component: conversion
WIP
component: api [Python]
component: runtime
cla signed
component: dynamo

#2740 should be using this. Will change it once this PR is finalized

component: tests
component: lowering
component: conversion
component: converters
component: api [Python]
cla signed
component: dynamo

component: tests
component: conversion
component: converters
component: api [Python]
cla signed
component: dynamo

This validator is for the purpose of dynamic shape support

component: tests
component: conversion
component: api [Python]
cla signed
component: dynamo

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

component: tests
cla signed

## Bug Description ## To Reproduce Steps to reproduce the behavior: 1. Run the code ```py model = models.resnet101(pretrained=False).eval().to("cuda") exp_program = torch.export.export(model, tuple(inputs)) enabled_precisions = {torch.float} debug = False workspace_size...

bug

## ❓ Question I'm trying to run the `examples/dynamo/vgg16_fp8_ptq.y` example but got following error: ``` Traceback (most recent call last): File "/home/wh/generative_action/SynHSI/vgg_quat.py", line 232, in exp_program = torch.export.export(model, (input_tensor,)) File...

question

## ❓ Question I was following [the documentation](https://pytorch.org/TensorRT/user_guide/dynamic_shapes.html#dynamic-shapes) on compiling a model with dynamic input shape. When saving the compiled graph module (following [this](https://pytorch.org/TensorRT/user_guide/saving_models.html)), the new `torch_tensorrt.save(module, path, inputs)` API...

question