-
## 🐛 Bug
I am running into the following RuntimeError when pruning parameters of `torch.nn.MultiheadAttention` module:
```
RuntimeError: Trying to backward through the graph a second time (or dir…
-
**Describe the bug**
Error when compiling Pycolmap
**To Reproduce**
1. compile and install the `colmap 3.11.dev0`
2. Proof whether colmap is installed properly
```
>> colmap --help
COLMAP 3.1…
-
### 🐛 Describe the bug
# Description
I tried to export a PyTorch model using `torch.nn.GroupNorm` to Core ML with ExecuTorch, but encountered a `ValueError: Unsupported fx node aten_native_group_nor…
-
### Describe the bug
The test, `read_write_unsampled_semaphore`, non-deterministically fails with no useful output.
```
FAIL: SYCL :: bindless_images/dx12_interop/read_write_unsampled_semaphor…
-
### Your current environment
The output of `python collect_env.py`
```text
root@newllm201:/workspace# vim collect.py
root@newllm201:/workspace# python3 collect.py
Collecting environment info…
-
### 🐛 Describe the bug
In deepspeed workloads, Zero parameter offload is implemented via module hooks. We find under torch.compile scenrio, if there any graph breaks happen in the pre/post hook of a …
-
I am having a lot of trouble with speaker diarization across lots of different platforms and models.
```toml
[target.'cfg(any(windows, target_os = "linux"))'.dependencies]
sherpa-rs = { version =…
-
## ❓ Questions and Help: Fail in exporting from pt to onnx using export.py
#### What is your question?
encounter error listed below when running `python export.py'.
**The error details 'Runtime…
-
在执行stag1.sh的时候,出现以下报错:
```
module._apply(fn)
File "/root/miniconda3/envs/graphgpt/lib/python3.8/site-packages/torch/nn/modules/module.py", line 639, in _apply
module._apply(fn)
[Previ…
-
### Describe the issue
I encountered an issue with **ONNX Runtime when running CUDA sessions in Unity**. In Python, I am able to create three(mutiple) CUDA sessions for my models on a single graphic …