File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 41
41
_TORCHTRT_RT_AVAIL = _TS_FE_AVAIL or os .path .isfile (linked_file_runtime_full_path )
42
42
_DYNAMO_FE_AVAIL = version .parse (sanitized_torch_version ()) >= version .parse ("2.1.dev" )
43
43
_FX_FE_AVAIL = True
44
+ < << << << HEAD
44
45
_REFIT_AVAIL = True
45
46
_WINDOWS_CROSS_COMPILE = check_cross_compile_trt_win_lib
47
+ == == == =
48
+ _REFIT_AVAIL = version .parse (sys .version .split ()[0 ]) < version .parse ("3.13" )
49
+ _WINDOWS_CROSS_COMPILE = check_cross_compile_trt_win_lib ()
50
+ > >> >> >> 0e180 c5f1 (correcting CI failures )
46
51
47
52
ENABLED_FEATURES = FeatureSet (
48
53
_TS_FE_AVAIL ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def sanitized_torch_version() -> Any:
15
15
)
16
16
17
17
18
- def check_cross_compile_trt_win_lib (lib_name ):
18
+ def check_cross_compile_trt_win_lib ():
19
19
if sys .platform .startswith ("linux" ):
20
20
LINUX_PATHS = ["/usr/local/cuda-12.8/lib64" , "/usr/lib" , "/usr/lib64" ]
21
21
You can’t perform that action at this time.
0 commit comments