mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-03 15:26:16 +02:00
Update install_nomad.sh
This commit is contained in:
parent
f521ba10fc
commit
f18c2e79f4
|
|
@ -596,7 +596,7 @@ verify_gpu_setup() {
|
||||||
echo -e "${YELLOW}===========================================${RESET}\\n"
|
echo -e "${YELLOW}===========================================${RESET}\\n"
|
||||||
|
|
||||||
# Summary
|
# Summary
|
||||||
if command -v nvidia-smi &> /dev/null && docker info 2>/dev/null | grep -q \"nvidia\"; then
|
if command -v nvidia-smi &> /dev/null && docker info 2>/dev/null | grep -q "nvidia"; then
|
||||||
echo -e "${GREEN}#${RESET} GPU acceleration is properly configured! The AI Assistant will use your GPU.\\n"
|
echo -e "${GREEN}#${RESET} GPU acceleration is properly configured! The AI Assistant will use your GPU.\\n"
|
||||||
else
|
else
|
||||||
echo -e "${YELLOW}#${RESET} GPU acceleration not detected. The AI Assistant will run in CPU-only mode.\\n"
|
echo -e "${YELLOW}#${RESET} GPU acceleration not detected. The AI Assistant will run in CPU-only mode.\\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user