-
**Is your feature request related to a problem? Please describe.**
To efficiently simulate systems beyond a few dozen qubits, alternative methods are necessary due to the exponential increase in co…
-
PR #2957 describes a discrepancy between the linalg dialect re-implemented in xdsl and the upstream linalg dialect.
Specifically, linalg *named* ops are printed correctly in the default pretty prin…
n-io updated
3 months ago
-
Thank you very much for your excellent work. I am currently trying to apply the SyncMVD method using the `StableDiffusionUpscalePipeline`. However, the latent space in this pipeline is not obtained th…
-
hi
-
### 🚀 The feature, motivation and pitch
It is very common for large models to encounter infinite loops during inference, and we need some methods to prevent this from happening. If infinite loops d…
-
How to fix this?
error occurred when executing vhs_videocombine: unable to allocate 10.0 gib for an array with shape (2433, 720, 512, 3) and data type float32 file "c:\comfyui-aki-v1.2\execution.py",…
-
### 🐛 Describe the bug
I can run torch.jit.script on a model, A, that returns an `Union`, but when I run jit.script on a model, B, that uses A I get an error.
The following code demonstrates the …
-
### Proposal
Many methods use observation histories (e.g. RMA/Student-Teacher Methods, Async ActorCritic, etc.) but histories are not currently supported by default. It is easy to make a wrapper cl…
-
`git grep 'def copy'` reveals a number of classes that define ad-hoc `copy` methods but not `__copy__` methods. Hence, they do not implement the copy protocol https://docs.python.org/3/library/copy.…
-
The Llama3 shared codebase demo currently handles prefill input prep, looped prefill, decode input prep, decode trace capture, and decode trace execution.
The Llama3 demo should be refactored to use …