-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0
Is debug build: False
CUDA used to build PyTorch: 12.1…
-
### Your current environment information
ibibverbs not available, ibv_fork_init skipped
Collecting environment information...
PyTorch version: 2.1.1+cu121
Is debug build: False
CUDA used to build…
-
Caused by: java.lang.UnsatisfiedLinkError: C:\Users\80313223\.djl.ai\pytorch\1.12.1-20220818-cpu-win-x86_64\asmjit.dll: Can't find dependent libraries
ai.djl.engine.EngineException: Failed to load …
-
### 🐛 Describe the bug
# Summary
Using `Tensor.all()` on CUDA tensors with `float32` dtype causes an "illegal memory access" exception after upgrading to PyTorch 2.5 in combination with Python 3…
-
### 🐛 Describe the bug
In PyTorch 2.5.1, opening Python and importing the ZeroRedundancyOptimizer from PyTorch:
`from torch.distributed.optim import ZeroRedundancyOptimizer`
results in a deprec…
-
### Describe the bug
when running below code, got "RuntimeError: expected scalar type Float but found Half "
import torch
import torch.nn as nn
import intel_extension_for_pytorch as ipex
def…
-
{
"platform":"",
"hub-mirror": [
"pytorch/manylinux-cpu:latest"
]
}
-
### Your current environment
vLLM Version: 0.6.3.post2.dev256+g4be3a451
The output of `python collect_env.py`
```text
Collecting environment information... …
-
# RFC: Integration of KleidiAI 4-Bit MatMul Kernels into PyTorch
**Hardware Platform**: aarch64
## Motivation
1. Add support for [KleidiAI](https://gitlab.arm.com/kleidi/kleidiai) 4-bit matrix …
ng-05 updated
2 weeks ago
-
### 🐛 Describe the bug
Hello,
There is error while building pytorch from source.
Steps to reproduce:
1. git clone https://github.com/pytorch/pytorch.git
2. cd pytorch/
3. git submodule sync
4. …