Skip to content

csalvator3/HyperSpaceAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resim

HyperSpaceAI Installation Guide

3 Different Setup Options

  • Browser
  • MAC / Windows
  • CLI ( Server )
to0x:)

1 / WEB BROWSER :

Click on the Red Button and make it active.

resim

After activation, check Points and make sure it has Liveness.

resim

resim

Then let's save the Private Key it creates for us. Don't delete it.

resim

resim

Important Information : The nodes freezes and breaks - the work stops, the part we press the button and make green turns red. Check from time to time.

2 / Windows :

resim

  • GPU ( Display Card ) : Nvidia
  • CPU ( Processor ) : x86 Intel

Click on the downloaded file and install it.

resim

Working :

resim

Keep a copy of the key so that your points are not lost.

  • Key's File Path C:\Users\youruser\AppData\Roaming\hyperspace

resim

Linux VPS :

Run the following command to update and upgrade system packages:

sudo apt update -y && sudo apt upgrade -y

2. Gerekli paketleri kurun:

sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen unzip lz4 -y

Download ;

curl https://download.hyper.space/api/install | bash
source /root/.bashrc
  • Sample Download :

resim

Set Information :

  • Let's get a private key like we got in the Browser section.

resim

Screen ;

screen -S hyper

Let's launch :

aios-cli start

We can exit the page with CTRL A + D.

  • If you want to enter the back page: screen -r hyper

1. Let's Import Key to Node :

nano my.pem

resim

  • Save the key you got from the browser with your Right Click. (I got a new key from a different browser to avoid conflicts).

  • CTRL X Y Enter. Save

Let's import it:
aios-cli hive import-keys ./my.pem

resim

Login :

aios-cli hive login

Other Stages :

aios-cli models add hf:TheBloke/phi-2-GGUF:phi-2.Q4_K_M.gguf
aios-cli hive select-tier 5
aios-cli hive connect
aios-cli hive select-tier 5

resim

Points

  • To get a score you need to enter a tier (currently ranging from 1-5 from best to worst).

  • Each tier has some required models and certain amounts of GPU memory that you need to download and save to the network:

    1 : 30GB 2 : 20GB 3 : 8GB 4 : 4GB 5 : 2GB

Score Check :

aios-cli hive points

resim

  • Useful Commands :
# For fast connection if the node is stopped : 
aios-cli start --connect
# Update : 
aios-cli version
# Stop : 
aios-cli kill

Uninstall :

curl https://download.hyper.space/api/uninstall | bash

Some Additional Information:

# To see which models are needed : 
aios-cli hive select-tier 5
# Download a required model
aios-cli models add hf:TheBloke/phi-2-GGUF:phi-2.Q4_K_M.gguf
# Import your private key - create a my.pem file using nano my.pem and enter a private key (You can import a private key from the Browser version)
aios-cli hive import-keys ./my.pem
# Set these switches as preferred for this session
aios-cli hive login
# Make sure the model is registered
aios-cli hive connect
aios-cli hive select-tier 5
  • If you do screen -r hyper the average logs will be like this:

resim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published