Skip to content

Commit 07c5b07

Browse files
authored
Fix ModuleNotFoundError in ptq (#2814)
1 parent 4dc9acf commit 07c5b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/ts/ptq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import torch
1313
from torch_tensorrt import _C
14-
from py.torch_tensorrt.ts.logging import Level, log
14+
from torch_tensorrt.ts.logging import Level, log
1515

1616

1717
class CalibrationAlgo(Enum):

0 commit comments

Comments
 (0)