-
### 🐛 Describe the bug
```
import torch
from triton.testing import do_bench
from torch.nn.attention.flex_attention import create_block_mask, flex_attention, noop_mask, BlockMask
import torch.nn.f…
-
### 🐛 Describe the bug
When exporting a PyTorch model to ExecuTorch the following conversion script hangs on the line `edge_program = edge_program.to_backend(XnnpackPartitioner())`
`import torch
…
-
## Motivation
Compiling a back-to-back call to `ReplayBuffer.extend` and `ReplayBuffer.sample`, and then calling it multiple times causes the function to be recompiled each time.
```python
impo…
-
Dynamo's `zip` does not support infinite iterators (e.g., `itertools.count()`).
Dynamo always realizes iterable into list items, which leads to an infinite loop. Also, fetching items from an iterat…
-
### 🐛 Describe the bug
Not sure whether this kind of thing is not supposed to be supported, but trying to get to the base tensor of a view using `as_strided` operation fails when trying to `torch.c…
-
**The data and command are the same as in the tutorial, but when running Anisotropy Correction of half-maps, it reports the following problem:**
spisonet.py reconstruct emd_8731_half_map_1.mrc em…
-
# Issue Description
Please fill in the following information to help us reproduce the issue:
## Dynamo version
Dynamo: `2.19.3.6394`
## Operating system
OS: `Microsoft Windows NT 10.0.19045.0…
-
Hi,Jeff,very impressive work! But I'm curious that if you've compared any learning-from-scratch(Lfs) methods in your paper, since Lfs has been revealed sometimes stronger performance than Pretrained r…
-
### Description of the bug:
I tried running the example.py script given for quantization example, but for Llama. I made the following changes in the code -
`from ai_edge_torch.generative.exampl…
-
### System Info
- `transformers` version: 4.43.3
- Platform: Linux-5.15.0-1074-azure-x86_64-with-glibc2.31
- Python version: 3.11.9
- Huggingface_hub version: 0.23.1
- Safetensors version: 0.4.…