We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40297ba commit 531b07bCopy full SHA for 531b07b
torchao/dtypes/uintx/cutlass_int4_packed_layout.py
@@ -10,7 +10,7 @@
10
warnings.warn(
11
"Importing from torchao.dtypes is deprecated. "
12
"Please use 'from torchao.prototype.dtypes import CutlassInt4PackedLayout' instead. "
13
- "This import path will be removed in torchao v0.16.0. "
+ "This import path will be removed in a future torchao release. "
14
"Please check issue: https://github.com/pytorch/ao/issues/2752 for more details. ",
15
DeprecationWarning,
16
stacklevel=2,
0 commit comments