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.
torchao
TensorCoreTiledLayout
1 parent 1e5f0d5 commit 17ba37dCopy full SHA for 17ba37d
torchtune/utils/_import_guard.py
@@ -20,7 +20,7 @@
20
_USE_NEW_TENSOR_CORE_TILED_LAYOUT_API = _is_fbcode() or (
21
not _is_fbcode()
22
and (
23
- ("dev" not in torchao_version and torchao_version >= "0.6.0")
+ ("dev" not in torchao_version and torchao_version >= "0.7.0")
24
or (
25
"dev" in torchao_version
26
and _nightly_version_ge(torchao_version, "2024-10-10")
0 commit comments