Skip to content

Commit 1af819a

Browse files
committed
removed unused constant
Signed-off-by: Andrea Fasoli <andrea.fasoli@ibm.com>
1 parent ba635b1 commit 1af819a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fms_mo/aiu_addons/fp8/fp8_linear.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
# open issue in PyLint: https://github.com/pytorch/pytorch/issues/119482
3030

3131
TORCH_VERSION = Version(torch.__version__.split("+")[0])
32-
SUPPORTS_CPU_PER_CHANNEL_FP8 = Version("2.10") > TORCH_VERSION
3332

3433
# Gated torchao imports for FP8 implementation
3534
if available_packages["fms"] and available_packages["torchao"]:

0 commit comments

Comments
 (0)