-
# Description of problem
I created Kata Container using Docker runtime option.
`sudo docker run -it --runtime io.containerd.kata.v2 ubuntu:22.04 /bin/bash
`
Inside the container, network is work…
-
### Your current environment
```text
The output of `python collect_env.py`
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
### 🐛 Describe the bug
We found that the flops counter is reporting incorrect flops number for sdpa operations.
This issue is not in torch 2.4+cu121 release.
Repro code:
```
from torch.ut…
-
My Config file:
```
#The sections are strictly ordered.
#Don't remove or rearrange any section
[EmulationName]
sdnp2p_emulation
[PhysicalTopology]
#First line: Number of physical machines
#Then, ea…
-
### 🐛 Describe the bug
The location computation (or rather its usage) in the implementation of FCOS seems to have an issue (based on how I have understood the paper and after seeing few other open so…
-
Hi @rob-p
I am trying out this - https://divingintogeneticsandgenomics.com/post/how-to-use-salmon-alevin-to-preprocess-cite-seq-data/
```
# install via conda
conda create -n af -y -c biocond…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
- [X] 3. Please note that if the bug-related issue y…
-
We're looking for a headless Mac OS solution for CI/CD.
-
Host system gets BSOD when guest (Windows 7) also gets BSOD or during boot.
---
Systems tested:
cpu: AMD Ryzen 7 3700X
host: Windows 10 Pro
gest: Windows 7 Ultimate
---
cpu: Intel Cor…
-
### 🐛 Describe the bug
Is symbolic execution expected to fail for kernels that have fallthrough registrations?
Reproducer with a fallthrough for the mul operator:
```python
import torch
impo…