We’re excited to present the functorch 0.1.1 minor bug-fix release, compatible with PyTorch 1.11. Please see [here](https://pytorch.org/functorch/stable/install.html) for installation instructions.
Changelog
* Fixed a bug when composing `jvp` with `vmap` ([603](https://github.com/pytorch/functorch/pull/603))
* `jvp` now works when called inside `autograd.Function` ([607](https://github.com/pytorch/functorch/pull/607))
* `make_functional` (and variants) now work with models that do parameter sharing (also known as weight tying) ([620](https://github.com/pytorch/functorch/pull/620))
* Added batching rules for `nn.functional.silu`, `nn.functional.prelu`, `nn.functional.glu` ([677](https://github.com/pytorch/functorch/pull/677), [#609](https://github.com/pytorch/functorch/pull/609), [#665](https://github.com/pytorch/functorch/pull/665))
* Fixed `vmap` support for `nn.functional.group_norm`, `binomial`, `torch.multinomial`, `Tensor.to` ([685](https://github.com/pytorch/functorch/pull/685), [#670](https://github.com/pytorch/functorch/pull/670), [#672](https://github.com/pytorch/functorch/pull/672), [#649](https://github.com/pytorch/functorch/pull/649))