mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
[IPEX] Fix native windows setup
This commit is contained in:
@@ -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)}")
|
||||
|
||||
Reference in New Issue
Block a user