-
### Your current environment
The output of `python collect_env.py`
```
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
### Your current environment
```text
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC ve…
-
Hi everyone,
in [this branch](https://github.com/Eclectic-Sheep/sheeprl/tree/feature/compile) one can use `torch.compile` to compile the Dreamer-V3 agent. In particular:
* in the `sheeprl/configs…
-
### Describe the problem
Some users have an old version of webview2. if it's too old, the internal function create_webview will fail to run, tauri will log the error, but the app will still run in th…
-
It is not possible to change the audio level (always 100%) on arch linux matebook 14s
-
confirm working using zluda + stable diffusion via GPU [here](https://github.com/vosen/ZLUDA/issues/59#issuecomment-2002005732)
```
C:\Users\ken>d:\ZLUDA\zluda.exe -- ollama.exe serve
time=2024-0…
-
### 🐛 Describe the bug
For usual backward engine, intermediate tensors can be removed within checkpoints.
For forward autograd, intermediate tensors can be always removed if not directly available t…
-
### Your current environment
```text
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: Ubuntu 20.04.6 LTS (x86_64)
GCC ve…
-
Hi! I'm just following the tutorial doing these:
```
import openl3
model = openl3.models.load_audio_embedding_model(
input_repr="mel128",
content_type='music',
embedding_size=512,
)…
-
### 🐛 Describe the bug
`torch.nn.functional.max_pool3d` crashes for quantized input tensor and negative `dilation[0]`.
Test Code:
```Python3
import torch
input = torch.randn([1,1,1,1,1])
inp…