HyperSpace-VPS
Hyperspace A.I
Incentivized Node
The world’s first decentralized AI network for Mistral7B-based model.
Download the Alpha Release: The Hyperspace node is available for Windows, Linux, and macOS users in its early alpha stages. Embark on this pioneering journey by downloading the app and be among the first to experience the forefront of decentralized AI computing.
As an alpha version, the app is in its initial development phase and we welcome user feedback to enhance its functionality.
Hyperspace Node Docker Setup
Step:1 Install Docker if it is not there, if it is there you can skip it.
apt install docker.io -y
Step:2 Pull Docker Image
docker pull ubuntu:22.04
Step:3 Run Docker Container
docker run -it --name aios ubuntu:22.04
exit
docker container start aios
Step:4 Enter the Container
docker container exec -it aios /bin/bash
Step:5 Update Docker Ubuntu dan Install HyperSpace
cd && apt update && apt upgrade && apt install curl screen -y
curl https://download.hyper.space/api/install | bash
source /root/.bashrc
Step:6 Create Screen
screen -S aios
Step:7 Start aios
aios-cli start
After running, CTRL + A then D
Step:8 Login
aios-cli hive login
Step:9 Select Tier
aios-cli hive select-tier 5
Step:10 Add Models
aios-cli models add hf:TheBloke/phi-2-GGUF:phi-2.Q4_K_M.gguf
Step:11 Backup Pubkey + Privkey
aios-cli hive whoami
Step:12 Connect aios
aios-cli hive connect
Check Points
aios-cli hive points
CTRL + A then D to exit docker
Done, Buy me Coffee!
Usefull commands
# Shortcut for Start, Login and Connect to Hive commands, if you've stopped you node
aios-cli start --connect
# Update node
aios-cli version
# Stop node
aios-cli kill
Last updated