Skip to content

Commit d2c94de

Browse files
committed
Update on "Remove old TORCH_VERSION variables"
**Summary:** As a follow-up to #2719, which deprecated these variables in 0.13.0, we remove them now in the next release 0.15.0. **Test Plan:** CI [ghstack-poisoned]
2 parents e588703 + 8bebf45 commit d2c94de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from functools import reduce
1212
from importlib.metadata import version
1313
from math import gcd
14-
from typing import Any, Callable, Optional, Type
14+
from typing import Any, Callable, Optional
1515

1616
import torch
1717
import torch.nn.utils.parametrize as parametrize

0 commit comments

Comments
 (0)