Skip to content

Commit

Permalink
chore: update installer
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jan 2, 2025
1 parent 5d770af commit a06a023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ if [[ "$os_name" == "Linux" ]]; then

# check if nvidia-smi is installed
if ! command -v nvidia-smi &> /dev/null; then
warning "nvidia-smi is not detected. It is strongly recommended to install it to manage your NVIDIA GPU."
warning "nvidia-smi is not detected. You can install it manually after the node installation is complete.\n\nInstalling nvidia-smi will enable the system to efficiently allocate resources to nodes, increasing the potential for higher rewards."
fi
fi
fi
Expand Down

0 comments on commit a06a023

Please sign in to comment.