[IPEX] Fix native windows setup

This commit is contained in:
Nuullll
2023-08-08 13:16:48 +08:00
parent dc739b9f50
commit 432b3c9d9e
3 changed files with 29 additions and 1 deletions
+1
View File
@@ -184,6 +184,7 @@ 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)}")