-
- Loading model ...
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
[](https://localhost:808…
-
### Repository commit
03a42510b01c574292ca9c6525cbf0572ff5a2a5
### Python version (python --version)
Python 3.10.15
### Dependencies version (pip freeze)
absl-py==2.1.0
astunparse==1.6.3
beauti…
-
Commit c844eac5926d1efbdfbf2e8bcc3989ba6a6aee50 has triggered [CPANtesters failures for the Devel-Cover distribution](http://fast-matrix.cpantesters.org/?dist=Devel-Cover;perl=5.41.2;reports=1#).
[…
-
### 🐛 Describe the bug
The process is working correctly with DDP world size 1 but then with world size > 1 is going to hang with GPU 0 at 0% and GPU 1 fixed to max occupancy. I've replicated this bot…
-
### 🐛 Describe the bug
I've tried to build pytorch (v2.2.1) from source to study the source code. However, I was constantly frustrated at the end of compiling `torch/csrc`, with errors hinting somet…
-
I installed using pip and ran the test example and I get this error
day.kamath$ pip3 install pyoptree
Collecting pyoptree
Downloading pyoptree-1.0.3-py3-none-any.whl (16 kB)
Requirement a…
-
**Description**
Starting with v5.37.4-92-g35458d36d3 tests started to fail for PEVANS/XS-Parse-Keyword-0.25.tar.gz
Sample fail reports:
- http://www.cpantesters.org/cpan/report/a7af5df2-493e…
-
### 🐛 Describe the bug
Running torch.divide with 0 as the denominator does not throw ZeroDivisionError on GPU, neither does it result in inf. Executing on CPU throws ZeroDivisionError as expected.
…
-
### 🐛 Describe the bug
```
import torch
assert torch.xpu.is_available(), "Intel XPU is not available"
batch_size = 4
vocab_size = 4
# RuntimeError: Required aspect fp64 is not suppor…
-
### 🐛 Describe the bug
`aten::channel_shuffle` is not a core aten op and has no decomposition.
Repro
```python
import torch
m = torch.nn.ChannelShuffle(2)
inp = torch.arange(1, 17, dtype=t…
qihqi updated
3 months ago