You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the [deprecation of multipy](https://github.com/meta-pytorch/multipy), we are removing support for the library in PyTorch. This includes removal of ultilites which only supported torch_deploy like the `Freezer` class and the deploy debugger.
30
+
### deprecation
32
31
### new features
33
32
### improvements
34
33
### bug fixes
@@ -37,5 +36,4 @@ The categories below are as follows:
37
36
### devs
38
37
### Untopiced
39
38
### not user facing
40
-
- Fix Pandas version mismatch upon reinstalling numpy ([#158584](https://github.com/pytorch/pytorch/pull/158584))
Copy file name to clipboardExpand all lines: 2.9.0/miscategorized.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,4 @@ Handle any commits that actually do belong to your domain and remove them from t
18
18
- Detach tensor before clone in SGD optimiser and other code ([#159204](https://github.com/pytorch/pytorch/pull/159204))
19
19
- Feature: Implement support for `cudnn_batch_norm_out` kernel to replace the autogen approach. ([#123020](https://github.com/pytorch/pytorch/pull/123020))
20
20
## not user facing
21
+
- Fix Pandas version mismatch upon reinstalling numpy ([#158584](https://github.com/pytorch/pytorch/pull/158584))
0 commit comments