-
### Your current environment
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: D…
-
### Your current environment
The output of `python collect_env.py`
```text
(venv) thinclient@skynet:~/llm-server$ python collect_env.py
Collecting environment information...
PyTorch version: …
-
### Your current environment
```
Collecting environment information...
PyTorch version: 2.4.0
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubun…
-
### 🐛 Describe the bug
When running `torch.nn.InstanceNorm2d` with a `float64` tensor and `track_running_stats=True`, an error is thrown on CPU:
`RuntimeError: mixed dtype (CPU): all inputs must sha…
-
- Site: [https://hods.netlify.app](https://hods.netlify.app)
**New Alerts**
- **Modern Web Application** [10109] total: 12:
- [https://hods.netlify.app/accessibility/keyboard/skip-to-content…
-
### Feature description
Huge request to the developer to release a version of hiddify-next for arm64, Raspbian Bookworm OS.
System parameters:
lscpu
```
Architecture: aa…
-
### System Info
```
(llama-stack) ubuntu@168-138-112-243:~/1xa100-2/llama-stack-apps$ python -m "torch.utils.collect_env"
/usr/lib/python3.10/runpy.py:126: RuntimeWarning: 'torch.utils.collect_env'…
-
### 🐛 Describe the bug
```py
import torch
from torch.nn.attention import SDPBackend, sdpa_kernel
class MyModule(torch.nn.Module):
def __init__(self) -> None:
super().__init__()
…
-
### 🐛 Describe the bug
Hello,
I tried to test the example related to the new G-Retriever model in colab: https://github.com/pyg-team/pytorch_geometric/blob/master/examples/llm/g_retriever.py.
…
-
### 🐛 Describe the bug
Under specific inputs, `_convert_indices_from_csr_to_coo` triggered a crash.
```python
import torch
data0 = [
-9.2234e+10, 1.6106e+09, -1.1529e+18, -4.9844e+08, -3.6…