-
Hi, thanks for creating this package, it helps us to run whisper with tensorRT.
however, we found that is package didn't include a dependency map (usually is done by requirements.txt)
so we run wh…
-
Platforms: asan, linux, mac, macos, rocm, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_aot_export_with_torch_cond&suite…
-
### 🚀 The feature, motivation and pitch
I am trying to implement eager mode of PT2E quantization on CPU. Currently, the PT2E quantization on CPU is lowered to Inductor by `torch.compile`. The current…
-
Do you see a chance in enhancing your plugin to export the graph, too?
![image](https://github.com/user-attachments/assets/6078ade5-1026-4949-a6d4-c1262cab9040)
(Or do you know, where the graph …
-
Hi there,
I'm trying to export motion_head to ONNX, as the `track_bbox_results` contains LiDARInstance3DBoxes, thus the torch.onnx.tracer failed with the following log:
> ### Restoring the weig…
-
### 🐛 Describe the bug
repro:
```
class M(torch.nn.Module):
def forward(self, x, flag):
# without the following line, it can run fine
flag = flag.item()
def true_f…
-
some logs:
#source shell_scripts/export_llama.sh qwen2 "" "" "" llama3.txt
checkpoint_files: ['models/llm_models/weights/Qwen2.5-0.5B-Instruct/model.safetensors']
Preparing Model Calibration In…
-
### Describe the bug
Trying to use the command Export-MsIdAppConsentGrantReport to export report.
Getting error message in PS7 (PSVersion 7.4.5)
PS C:\UAT> Get-InstalledModule
Version …
-
### Overview of feature request
As a Radius Dashboard user, I want to export the application graph diagram displayed in the current view into a PDF or image so that I may share it with other people…
-
Great library very cool.
Wondering how to export inference graph from your model after training.