Skip to content

Commit d286a35

Browse files
authored
torch package/deploy release notes (#89)
* torch package/deploy release notes * move deploy * oops * removed excess pr
1 parent cce8718 commit d286a35

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

2.9.0/todo/result_package/deploy.md renamed to 2.9.0/done/result_package/deploy.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ The categories below are as follows:
2525

2626
## package/deploy
2727
### bc breaking
28-
### deprecation
29-
- [BE] Remove torch deploy | remove torch deploy specific files ([#158290](https://github.com/pytorch/pytorch/pull/158290))
30-
- [BE] Remove torch deploy | remove torch deploy specific files ([#158290](https://github.com/pytorch/pytorch/pull/158290))
3128
- [BE] Remove torch deploy | remove torch deploy specific files ([#158290](https://github.com/pytorch/pytorch/pull/158290))
29+
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
3231
### new features
3332
### improvements
3433
### bug fixes
@@ -37,5 +36,4 @@ The categories below are as follows:
3736
### devs
3837
### Untopiced
3938
### not user facing
40-
- Fix Pandas version mismatch upon reinstalling numpy ([#158584](https://github.com/pytorch/pytorch/pull/158584))
4139
### security

2.9.0/miscategorized.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Handle any commits that actually do belong to your domain and remove them from t
1818
- Detach tensor before clone in SGD optimiser and other code ([#159204](https://github.com/pytorch/pytorch/pull/159204))
1919
- Feature: Implement support for `cudnn_batch_norm_out` kernel to replace the autogen approach. ([#123020](https://github.com/pytorch/pytorch/pull/123020))
2020
## not user facing
21+
- Fix Pandas version mismatch upon reinstalling numpy ([#158584](https://github.com/pytorch/pytorch/pull/158584))

0 commit comments

Comments
 (0)