Biglionaire

Gaianet - Testnet

Status:

Project Overview

Gaianet AI is Decentralizing AI Inferencing. Building a distributed and incentivized GenAI Agent Network.

Installation Guide

• Install Docker

source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/docker.sh)
sudo groupadd docker && sudo usermod -aG docker $(whoami) && newgrp docker

• Install gaianet docker image and run

sudo docker run --name gaianet -p 6969:6969 -v $(pwd)/qdrant_storage:/root/gaianet/qdrant/storage:z gaianet/phi-3-mini-instruct-4k_paris:latest

• use this below command to get node-info

docker exec -it gaianet /root/gaianet/bin/gaianet info

• Visit Gaianet site. and connect your wallet

• Connect new node, here enter your Node ID and Device ID

• After that, customize this URL using your Node ID, visit the modified URL, test chat

https://YOUR_NODE_ID.us.gaianet.network

• Backup you node ID (optional)

docker exec -it gaianet cat /root/gaianet/nodeid.json

• • • HAPPY RUNNING • • •