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
Summary:
1. clearly call mslk out in main readme
2. clearly call mslk out in `NVFP4DynamicActivationNVFP4WeightConfig`
Test Plan: CI
ghstack-source-id: 416ce8c
ghstack-comment-id: 4057318351
Pull-Request: #4077
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,17 @@ pip install torchao
110
110
111
111
Please see the [torchao compability table](https://github.com/pytorch/ao/issues/2919) for version requirements for dependencies.
112
112
113
+
### Optional Dependencies
114
+
115
+
[MSLK](https://github.com/pytorch/MSLK) is an optional runtime dependency that provides accelerated kernels for some of the workflows in torchao. Stable MSLK should be used with stable torchao, and nightly MSLK with nightly torchao.
Copy file name to clipboardExpand all lines: docs/source/index.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,19 @@ Other installation options:
67
67
68
68
Please see the `torchao compatibility table <https://github.com/pytorch/ao/issues/2919>`__ for version requirements for dependencies.
69
69
70
+
Optional Dependencies
71
+
^^^^^^^^^^^^^^^^^^^^^
72
+
73
+
`MSLK <https://github.com/pytorch/MSLK>`__ is an optional runtime dependency that provides accelerated kernels for some of the workflows in torchao. Stable MSLK should be used with stable torchao, and nightly MSLK with nightly torchao.
0 commit comments