IPEX add AoT wheels for Windows

This commit is contained in:
Disty0
2023-09-27 00:21:29 +03:00
parent 7f9013533d
commit 2f17cef6f6
2 changed files with 4 additions and 24 deletions
-1
View File
@@ -204,7 +204,6 @@ if __name__ == "__main__":
installer.log.warning(f'Setup complete with errors: {installer.errors}')
installer.log.warning(f'See log file for more details: {installer.log_file}')
installer.extensions_preload(parser) # adds additional args from extensions
installer.fix_ipex_win_torch() # redo ipex win torch fix since extensions may scan the deps of torchvision
args = installer.parse_args(parser)
# installer.run_setup()
# installer.log.debug(f"Args: {vars(args)}")