Skip to content

Commit

Permalink
Also clone related repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
apaz-cli committed Feb 10, 2025
1 parent 8d84ee7 commit 1787eb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ cp -r Dotfiles/.nano* "$HOME/"

# Set up prime intellect server
if [ ! "$PRIME" = "" ]; then

echo "Cloning related repos."
git clone https://github.com/primeintellect-ai/CPUOptimizer
git clone https://github.com/primeintellect-ai/pccl

echo "Setting up Prime..."
curl -sSL https://raw.githubusercontent.com/PrimeIntellect-ai/prime/main/scripts/install/install.sh > /tmp/prime_install.sh
chmod +x /tmp/prime_install.sh
Expand Down

0 comments on commit 1787eb8

Please sign in to comment.