Commit 4d57515
Add caution message to readme before the repo gets archived. (#330)
Summary:
This is trying to clarify the maintenance status of multipy. In particular that it has been unmaintained for quite some time and there is no plans to invest in it going forward.
This is especially true with Free Threaded CPython becoming a reality and so the multithread limitations that multipy was trying to solve are becoming moot.
For users looking at LLM-like workloads, we also have much better solutions today (in particular vLLM) as they are more efficient and simpler than multipy.
You can see the rendering of the caution message at https://github.com/pytorch/multipy/tree/warn_dead
Pull Request resolved: #330
Reviewed By: malfet
Differential Revision: D77989684
Pulled By: albanD
fbshipit-source-id: e24e1249da351a8415ec50819767372a50a5e0651 parent 0b9d624 commit 4d57515
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
0 commit comments