-
### 🐛 Describe the bug
```
import torch
t = torch.nested.nested_tensor([torch.zeros])
len(t)
```
produces error message
```
Traceback (most recent call last):
File "", line 1, in
…
-
my conda version:
```
conda version : 24.7.1
conda-build version : not installed
python version : 3.10.14.final.0
solver : libmamba (default)
virtu…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I have this very short code snippet below that crashes with `KeyError`, see stack trace. Should be self-explanatory. Lo…
-
```bash
(quickagent) /workspaces/QuickAgent (main) $ pip install PyAudio
Collecting PyAudio
Using cached PyAudio-0.2.14.tar.gz (47 kB)
Installing build dependencies ... done
Getting require…
-
Following the instructions, when running ‘python setup.py bdist_wheel’ , I got caught in:
[ 95%] Linking CUDA device code CMakeFiles/spconv.dir/cmake_device_link.o
nvlink fatal : Could not open in…
-
Thank you for your great work! But when I try to do the training, I met some problem.
```
Traceback (most recent call last):
File "/users/.conda/envs/m3net/lib/python3.8/site-packages/torch/mult…
-
### 🐛 Describe the bug
I have tried everything but no luck
Waiting your inputs to try more
I tried torch 2.4.0, 2.5 - dev, cu 118, cu121 and cu124 - all same error
This below code - I got …
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
### 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!
First of all I would like to thank you for this library, was looking for a project that provided this type of functionaly with having to deal with atlas and this is a godsend.
I was trying t…