You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rprint("[bold yellow]Installing on Intel ARC is not yet completely supported[/bold yellow]")
329
-
env_check=env_checker.EnvChecker()
330
-
ifenv_check.conda_envisNone:
331
-
rprint("[bold red]Intel ARC support requires conda environment to be activated.[/bold red]")
332
-
raisetyper.Exit(code=1)
333
-
ifintel_arcisNone:
334
-
confirm_result=ui.prompt_confirm_action(
335
-
"Are you sure you want to try beta install feature on Intel ARC?", True
336
-
)
337
-
ifnotconfirm_result:
338
-
raisetyper.Exit(code=0)
339
-
rprint("[bold yellow]Installing on Intel ARC is in beta stage.[/bold yellow]")
340
-
341
327
ifgpuisNoneandnotcpu:
342
328
rprint(
343
329
"[bold red]No GPU option selected or `--cpu` enabled, use --\\[gpu option] flag (e.g. --nvidia) to pick GPU. use `--cpu` to install for CPU. Exiting...[/bold red]"
0 commit comments