-
# **1.HOST**
```shell
# uname -m
aarch64
```
```shell
# lscpu
架构: aarch64
CPU 运行模式: 64-bit
字节序: Little Endian
CPU: …
-
### 🐛 Describe the bug
Consistency check on ```torch.special.logit``` function between CPU and GPU using a bfloat16 tensor.
```python #
#include
#include
int main() {
std::cout
-
### 🐛 Describe the bug
I have a DCNN-like network that I'm training with DDP and 2 GPUs. This always got a speedup from ```compile(net, mode="max-autotune")```. However, since PyTorch 2.5+ and stil…
-
### 🐛 Describe the bug
On gfx942 GPUs, running SD3 ControlNet, we observe NANs in the gradients after a few hundred iterations.
### Versions
```
Collecting environment information...
PyTorc…
-
here is the summary:
`unsloth/mistral-7b-v0.3-bnb-4bit` with error : ` KeyError: 'layers.0.mlp.down_proj.weight'`
`unsloth/Qwen2.5-7B-Instruct-bnb-4bit` with error: `KeyError: 'layers.0.mlp.down_pro…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1. deploy a tidb cluster on Kylin Linux Advanced Server V10 (Sword…
-
### 🐛 Describe the bug
`torch.dot` can be calculated with tensors of `int64` dtype on CPU, but shows as not implemented for GPU ([colab](https://colab.research.google.com/drive/1oFgSRK7T6alyBJgHbWahL…
-
### 🔎 Search before asking
- [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [X] I have searched the PaddleOCR [Issues](https://…
-
## CVE-2019-1125 - Medium Severity Vulnerability
Vulnerable Library - linuxlinux-4.19.87
The Linux Kernel
Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux
Foun…
-
### 🐛 Describe the bug
Currently, `torch.utils.data.DataLoader` uses the default system `multiprocessing_context`, which is `fork` on linux. This is problematic, because `pytorch` itself uses multi…