Skip to content

Commit

Permalink
add info about the extra CPUs required when prompting the user about …
Browse files Browse the repository at this point in the history
…installing Ray
  • Loading branch information
JoaquinRivesGambin committed Apr 18, 2024
1 parent f20f8ae commit 6a47f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ esac

INSTALL_RAY=false
echo
read -p "Install Ray? (y/n) (default is [n]): " choice
read -p "Install Ray? (It requires ~4 additional CPUs) (y/n) (default is [n]): " choice
case "$choice" in
y|Y ) INSTALL_RAY=true ;;
* ) INSTALL_RAY=false ;;
Expand Down

0 comments on commit 6a47f97

Please sign in to comment.