Skip to content

Commit 7dc13c9

Browse files
committed
only support nvidia-gpu for now, disable cpu
1 parent 4579db5 commit 7dc13c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/homl_cli/utils/install_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ def install(insecure_socket: bool, upgrade: bool, gptoss: bool, install_webui: b
156156
if not check_and_install_nvidia_runtime():
157157
return
158158
else:
159-
click.echo(
160-
f"Currently only CUDA is supported for GPU acceleration. Using CPU mode instead.")
159+
click.echo("No NVIDIA runtime found. Currently only support NVIDIA GPU. Abort.", fg="red")
160+
return
161161

162162
# 4. Define paths
163163

0 commit comments

Comments
 (0)