-
Hi,
I created an environment with conda. Executing `pipreqs . ` creates the `requirements.txt` file reporting `scipy==1.14.0`. But when checking with `pip3 list | grep scipy` is shown `scipy==1…
-
# Bug report
### Bug description:
I installed python3.13 on my Macbook Pro M1 using Homebrew.
I create venv, activate it and trying to install package. But I'm getting this error:
`ERROR: Can not …
-
### 🐛 Describe the bug
In pytorch v2.0.1, I encountered an memory leak when trying to input tensors in different shapes to the model.
Here are codes to reproduce:
```
from torchvision.models im…
-
I run into following issue:
Debian 12 - python3 - install Graphite from scratch wit pip:
pip3 install --no-binary=:all: https://github.com/graphite-project/whisper/tarball/master
pip3 install --n…
-
### Your current environment
```text
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
…
-
### 🐛 Describe the bug
Pycharm Professional 2023.3 is unable to locate the reference to basic functions like torchaudo.save() or torchaudio.load(). I do not not why this happens, maybe the refs are g…
-
When using pulsar-client v3.5.0 and pulsar-client v2.10.2 to send the same batch of data (about 100MB), 3.5.0 takes about 3.5 times longer than 2.10.2.
### Core Code
```shell
async def consume_pu…
-
### 🐛 Describe the bug
## Example:
```python
import torchvision
from torchvision.transforms import v2
transforms = v2.Compose([
v2.ToImage(),
v2.RandomRotation(degrees=(-45, …
-
### 🐛 Describe the bug
This fails in inductor but works in eager and aot_eager. I believe inductor is just calling the "normal" clone but needs to handle the sparse tensor clone specially.
```
…
-
Hello @marcoslucianops,
Great work on DeepStream-Yolo!
With the release of the latest [Ultralytics YOLO11](https://docs.ultralytics.com/models/yolo11/) models, it would be great to have DeepStre…