-
### 🐛 Describe the bug
# Bug Description
Similar to [42246](https://github.com/pytorch/pytorch/issues/42246), which has been fixed, I encountered the similar error while running `torch.ops.aten.divi…
-
### 🐛 Describe the bug
torch.hsmm/torch.hspmm/torch.hsmm triggered a crash with out-of-bound indices
minimal example:
```
https://colab.research.google.com/drive/1Rrhc-NvKzRbhNYbJvlXWeP6S8syLBT…
x0w3n updated
1 month ago
-
Hi, Thank you for sharing this outstanding repository!
I have been trying to use `scripts/make_wikipedia_py` to process a German wikipedia dump:
```
python scripts/make_wikipedia.py --output w…
-
On a Hetzner server with two SSDs in RAID1, I get a 500 Error when it's trying to sort the disks to prepare for the Boavizta API call.
I included the JSON from hardware_info below for debugging:
…
-
### 🐛 Describe the bug
cannot using:
```
python -m examples.models.llama.export_llama --checkpoint "checkpoint.pth" --params "original_params.json" -kv --use_sdpa_with_kv_cache -X -d …
-
### 🐛 Describe the bug
I encountered an `Segmentation fault` in PyTorch when attempting to use `torch.jit._fork` and `torch.jit.trace` . Below is a simplified version of the code that reproduces th…
-
### 🐛 Describe the bug
I have a 2d numpy array I want to retrieve or replace values in the array according to bools in a torch tensor (as retrieved from a boolean expression like `x>5` for example).
…
-
### 🐛 Describe the bug
Running torch.divide with 0 as the denominator does not throw ZeroDivisionError on GPU, neither does it result in inf. Executing on CPU throws ZeroDivisionError as expected.
…
-
I have a set of applications connecting to a Keydb server. If i restart my services multiple times the keydb server becomes unresponsive. It stops accepting further connections, but keydb will still b…
-
### 🐛 Describe the bug
When trying to use torch.export.export_for_training using a sample model like:
```
class SampleModel(torch.nn.Module):
def __init__(self):
super().__init__()…