-
### Your current environment
Collecting environment information...
/home/sdp/miniforge3/envs/liangan1/lib/python3.10/site-packages/transformers/utils/hub.py:128: FutureWarning: Using `TRANSFORMERS_C…
-
Windows 10x64.
NVidia graphics.
Trying to wrap SOMA by Fricional Games to convert its OGL calls to VK.
Doing this to see if that would streamline whatever awful asset streaming code the game uses…
-
# Prerequisites
Following the instructions in the README, Linux Ubuntu Focal
rm -rf build; mkdir build; cd buil
cmake -DLLAMA_CUBLAS=1 ..
cmake --build . --config Release
# Expected Behavior
…
-
### 🐛 Describe the bug
NCCL backend isend will block if no matching irecv from peer; Run the below script with 2 workers will result in: rank 1 finishes, but rank 0 hang.
However, if you switch fr…
-
### 🐛 Describe the bug
DDP init call is failing when using subclass of torch.Tensor, same code works with torch.Tensor.
Command to run the code
python test.py --max-gpus 2 --batch-size 512 --epoch …
-
### Your current environment
```
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.2 LTS (x86_64)
GCC versio…
-
Placeholder
-
### 🐛 Describe the bug
There are following issues:
1. passing `Parameter` as argument instead of `Tensor` causes recompilation
2. setting `torch._dynamo.mark_dynamic` on `Parameter` has no effe…
-
### Describe the bug
Intel compute runtime doesn't allow allocating a buffer bigger than 4 GB.
https://github.com/intel/compute-runtime/issues/627
When you allocate an array in intel-extensio…
-
The docs give examples for running containers with NBVIDIA GPU settings.
Is it possible / is there an optimal `docker run` command for running the containers on a Mac M2? Would be useful to have so…