-
BSP has an interface for exporting information about dependencies and metadata about said dependencies including transitive dependencies: https://build-server-protocol.github.io/docs/specification/#bu…
-
When I convert torch model to onnx model, the following error occurred:
main()
File "convert_to_onnx.py", line 118, in main
torch.onnx.export(model, x, onnx_model_path,
File "\Python\P…
-
当我想导出自己训练的u2pp_conformer的流式模型时报错,请问这是什么原因呢?
```
Traceback (most recent call last):
File "/mnt/workspace/wenet/examples/aishell/s0/wenet/bin/export_onnx_gpu.py", line 1228, in
onnx_config = …
-
## Bug Description
I am trying to use `torch_tensorrt.dynamo.compile()` to AOT compile the UNet portion of a `StableDiffusionPipeline` from the diffusers library (version 0.30.2). I am able to expor…
-
Gephi [ https://gephi.org ] is a handy graph visualization tool, as is Graphviz [ https://graphviz.org ]. It would be cool if it were easy to just export the raw graph data here, and then import it …
-
### 🐛 Describe the bug
After quantizating the resnet50_clip.openai model with torch.ao quantization, last step `exir.to_edge()` fails quite often, not only with this model, but with many others:
`…
-
Repro: patch in https://github.com/pytorch/pytorch/pull/139213 (needed for an error to show up), then run the following script:
```py
import torch
import torch._functorch.config
@torch.library.c…
-
python test/distributed/_tensor/experimental/test_tp_transform.py TensorParallelTest.test_tp_transform_e2e (With V2 enabled)
**what is going on ?**
we hit this error:
RuntimeError: Attempting t…
-
I'm getting this error message:
```
[main] ERROR MakeDeps - circular exports graph: com.google.flogger:flogger, com.google.flogger:flogger
```
I have no idea what this means or how to resolve it…
-
i tried exporting the stream conformer model to onnx format with below parameters.
```
python3 wenet/bin/export_onnx_gpu.py --config=$model_dir/train.yaml --checkpoint=$model_dir/final.pt --cmvn_fi…