-
cannot import name 'patch_compiled_autograd' from 'unsloth_zoo.patching_utils' (/usr/local/lib/python3.10/dist-packages/unsloth_zoo/patching_utils.py
这是什么原因,看起来是版本问题,如何对其版本?谢谢!
-
We have a quite a few custom `autograd` functions in the FOAK plugin
- see [kernels](https://github.com/foundation-model-stack/fms-acceleration/tree/main/plugins/fused-ops-and-kernels/src/fms_acceler…
-
Hey, I was wondering if mess is able to calculate forces on atoms with jax's autodiff? I tried it like this:
```
def struc_to_energy(r):
mol = Structure(
atomic_number=jnp.array(…
-
When trying to segment on macOS with the MPS backend with cellpose version 3.1.0 I encounter the following error:
```
Traceback (most recent call last):
File "/Users/orat/opt/anaconda3/lib/pyt…
-
Due to their lack of backward pass, forward-mode autograd often has considerably different implementation properties than reverse-mode autograd. Given its different performance tradeoffs, I wonder whe…
-
Hi all,
Thanks for making the course public.
I struggled to find any forums for this course online so I'm resorting to creating an issue here as a last ditch effort instead of getting in touch …
-
I got an error on:
RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please use new-style autograd function with static forward method. (Example: https://pytorch.or…
-
### 🐛 Describe the bug
When running a simple model including torch.nn.LayerNorm using deepspeed zero3 with torch.compile and [compiled_autograd](https://github.com/pytorch/tutorials/blob/main/interme…
-
*Note*: If you have a model or program that is not supported yet but should be, please use the program coverage template.
## 🐛 Bug
If traces include one or more `BoundSymbol`s of `torch.autogr…
-
In my application, I have to call flex attention's backward in `backward` function of my autograd function.
But in my autograd function, I did a lot of things such as communication on query, key, val…