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 d235305 commit 3c6d09dCopy full SHA for 3c6d09d
torchao/dtypes/uintx/block_sparse_layout.py
@@ -10,7 +10,7 @@
10
warnings.warn(
11
"Importing BlockSparseLayout from torchao.dtypes is deprecated. "
12
"Please use 'from torchao.prototype.dtypes import BlockSparseLayout' instead. "
13
- "This import path will be removed in future torchao releases. "
+ "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