Skip to content

Commit ec23da9

Browse files
authored
Update test_quantized_training.py
1 parent 0d941ad commit ec23da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prototype/test_quantized_training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Transformer,
3131
)
3232

33-
from torchao.low_bit_optim import _AdamW
33+
from torchao.optim import _AdamW
3434
from torchao.prototype.quantized_training import (
3535
Int8MixedPrecisionTrainingConfig,
3636
bitnet_training,

0 commit comments

Comments
 (0)