-
`benchmarks/huggingface.py --training -dcuda --accuracy --training --inductor --only=XLNetLMHeadModel`
Error
~~~
RuntimeError: Overloaded torch operator invoked from Python failed to many any s…
-
~~~
import torch
import torchdynamo
from torch import tensor, device
import torch.fx as fx
from torchdynamo.testing import rand_strided
from math import inf
from torchdynamo.debug_utils imp…
-
What % is this project?
-
Making this issue here since your [multimc m1 branch](https://github.com/r58Playz/m1-multimc-hack.git) doesn't seem to be able to have issues added to it; not sure if this is a LWJGL2-m1 issue or a JV…
-
### 🐛 Describe the bug
```
import torch
from diffusers import EulerDiscreteScheduler, StableDiffusionPipeline
model_id = "stabilityai/stable-diffusion-2"
scheduler = EulerDiscreteScheduler.from…
-
![asdf](https://user-images.githubusercontent.com/6880780/138640139-445c2865-6239-4e12-9bba-810f9c7eb6d8.png)
Using version 1.3.0, setting ScalingMode to 1 results in Bilinear filtering instead of …
-
I had some trouble with our new compiler installation that does not like to be initialized twice, which is the case with tests (and thus suites) because `env.$machine_$compiler` is sourced by `cice.te…
-
Needs some rewriting to accurately reflect goal of trotterization. Instead of forcing constraint of template to be proportional to full length iSwap, just let template be as long as it needs to make a…
-
Only seems to be a problem in some cases. Suggests a subtle issue. Full test suite on cheyenne bfbcomp results showed the following (same results for pgi and intel). Many tests pass but not all. …
-
### 🐛 Describe the bug
`test_python_reference_consistency` appears to assume that the numerics of CPU and CUDA are implemented equivalently. This is not true and leads to a lot of tolerance overrides…