-
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (21.3)
Collecting torch==2.1.0 (from -r requirements.txt (line 2))
Using cached …
-
I've just finished the HU NL Holdem game that runs on the GPU as a part of the [Spiral playlist](https://www.youtube.com/playlist?list=PL04PGV4cTuIVP50-B_1scXUUMn8qEBbSs). The screencast showing the i…
-
-
I get this error:
```
The conflict is caused by:
The user requested huggingface-hub==0.24.5
accelerate 0.30.1 depends on huggingface-hub
datasets 2.21.0 depends on huggingface-hub>=…
-
Hi,
With the maturity of Panama [Foreign-Function and Memory API](https://openjdk.org/jeps/454) now official in java 22, are there future plans JOCL and of course JCUDA to utilise it? I've seen it…
-
### 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…
-
### RuntimeError: The expanded size of the tensor (628) must match the existing size (129) at non-singleton dimension 3. Target sizes: [1, 32, 1, 628]. Tensor sizes: [1, 1, 1, 129]
Issue: Upon ru…
-
### System Info
Hello I am trying to load Mistral-Nemo Instruct-2407 in bnb 4bit on 4 A10 gpus on ec2 instance.
I upgraded all the packages.
Still I face cuda memory out of error when train batc…
-
### 🐛 Describe the bug
image_syn = torch.randn(size=(num_classes*args.dlipc, channel, im_size[0], im_size[1]), dtype=torch.float, requires_grad=True, device=args.dldevice) * 0.01
optimizer_img …
-
### Description
When comparing the output of scipy.spatial.distance_matrix and cupyx.scipy.spatial.distance_matrix, the output is different depending on whether or not I copy the numpy arrays before …