-
### 🐛 Describe the bug
MWE:
```python
import torch
@torch.compile
def topk(
A: torch.Tensor,
B: torch.Tensor,
A_idx: torch.Tensor,
B_idx: torch.Tensor,
):
k_ = m…
-
Hi,
in an 10 year's old server I have this error in the same point
![image](https://user-images.githubusercontent.com/6495665/121419949-d6a94300-c96c-11eb-9989-cd88dd71cbbd.png)
can you help …
-
### Your current environment
```text
The output of `python collect_env.py`
```
Collecting environment information...
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTo…
-
### Background
For various reasons, SquashFS is a viable alternative to the current recommendation of unpacking a tarball (with `ch-tar2dir`) into a tmpfs. SquashFS mounts are read-only. Issue #96 …
-
### Your current environment
```text
The output of `python collect_env.py`
Collecting environment information...
PyTorch version: 2.2.1+cu118
Is debug build: False
CUDA used to build PyTorch: 11…
-
### 🐛 Describe the bug
I exported the same model twice but the hash results are not same, for `torch-2.6.0.dev20241029+cu121`. I expect `hash1` equals `hash2`. The following function failed for `to…
-
Hey,
I just wanted to let you know that I discovered a problem with Zabbix 7 and the latest version of the Unifi scripts (it may be more of a Zabbix problem, I don't know to be honest, but there is a…
-
`pikaur -Qi htop`
```
Name : …
-
We don't have a version of `ESMF_RegridWeightGen` on Gadi that can generate conservative remapping weights. This is needed for updating the 0.25deg land mask: https://github.com/COSIMA/access-om2/issu…
-
It seems that the endianness is always shifted to "native" in Open MPI MPI-IO implementation for the `external32` data representation. Here is a little fortran program compiled using `mpif90 -fconvert…