-
#### Description
Compiling the SONIC 202311 source code in Ubuntu 20.04 system by clean build. There is **ModuleNotFoundError: No module named 'mesonpy'** error when build SONIC 202311 branch (c…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.5.1+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
…
-
### Your current environment information
libibverbs not available, ibv_fork_init skipped
Collecting environment information...
PyTorch version: 2.4.0+cu124
Is debug build: False
CUDA used to buil…
-
### 🐛 Describe the bug
The `read_image` func ignores `ImageReadMode.GRAY` when reading WEBP images. It produces tensors with 3 color channels instead of 1.
Example image: [here](https://drive.goog…
-
im new to visual studio and i dont know how to pip3 install there, i used to do it with anaconda and its prompt is it still the same or should i install i else where ??
-
### Your current environment
```text
PyTorch version: 2.5.1+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: Ubuntu 20.04.6 LTS (x86_64)
GCC ve…
-
### 🐛 Describe the bug
I am trying to install cuda enabled torchcodec from the documentation. https://github.com/pytorch/torchcodec?tab=readme-ov-file#installing-cuda-enabled-torchcodec
I could ab…
-
### Your current environment
The output of `python collect_env.py`
```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…
-
### Describe the bug
Similar to #1165, when running the following snippet, the boxes alone are not flipped as expected
```python
import kornia.augmentation as K
import torch
augs = K.Augmen…
-
### 🐛 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.
…