Skip to content

Commit 531b07b

Browse files
authored
Modify deprecation warning for import path
Updated deprecation warning message to indicate future removal.
1 parent 40297ba commit 531b07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/dtypes/uintx/cutlass_int4_packed_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
warnings.warn(
1111
"Importing from torchao.dtypes is deprecated. "
1212
"Please use 'from torchao.prototype.dtypes import CutlassInt4PackedLayout' instead. "
13-
"This import path will be removed in torchao v0.16.0. "
13+
"This import path will be removed in a future torchao release. "
1414
"Please check issue: https://github.com/pytorch/ao/issues/2752 for more details. ",
1515
DeprecationWarning,
1616
stacklevel=2,

0 commit comments

Comments
 (0)