You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: py/torch_tensorrt/dynamo/_settings.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
fromdataclassesimportdataclass, field
2
-
fromtypingimportCollection, Optional, Union
2
+
fromtypingimportCollection, Optional, Set, Union
3
3
4
4
fromtorch.fx.nodeimportTarget
5
5
fromtorch_tensorrt._DeviceimportDevice
@@ -71,7 +71,7 @@ class CompilationSettings:
71
71
hardware_compatible (bool): Build the TensorRT engines compatible with GPU architectures other than that of the GPU on which the engine was built (currently works for NVIDIA Ampere and newer)
0 commit comments