File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4141_TORCHTRT_RT_AVAIL = _TS_FE_AVAIL or os .path .isfile (linked_file_runtime_full_path )
4242_DYNAMO_FE_AVAIL = version .parse (sanitized_torch_version ()) >= version .parse ("2.1.dev" )
4343_FX_FE_AVAIL = True
44+ < << << << HEAD
4445_REFIT_AVAIL = True
4546_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 )
4651
4752ENABLED_FEATURES = FeatureSet (
4853 _TS_FE_AVAIL ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def sanitized_torch_version() -> Any:
1515 )
1616
1717
18- def check_cross_compile_trt_win_lib (lib_name ):
18+ def check_cross_compile_trt_win_lib ():
1919 if sys .platform .startswith ("linux" ):
2020 LINUX_PATHS = ["/usr/local/cuda-12.8/lib64" , "/usr/lib" , "/usr/lib64" ]
2121
You can’t perform that action at this time.
0 commit comments