Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #1
- sudo apt update && sudo apt upgrade -y
- #2
- curl https://download.hyper.space/api/install | bash
- #3
- screen -S hyperspace
- #4
- source /root/.bashrc
- #5
- aios-cli start
- #6
- source /root/.bashrc
- aios-cli models add hf:TheBloke/phi-2-GGUF:phi-2.Q4_K_M.gguf
- #7
- nano .pem
- #8
- aios-cli hive import-keys ./.pem
- #9
- aios-cli hive login
- #10
- aios-cli hive connect
- #11
- aios-cli hive select-tier 5
- #Start node if disconnected
- aios-cli start --connect
- #Open Screen session
- screen -r hyperspace
- #check points
- aios-cli hive points
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement