AI running distributed on a P2P fabric, built
By the People, For the People
Imagine what we can do.
THEN CHOOSE
Create a Docker hub account at https://hub.docker.com/
Add Kwaai and https://www.kwaai.ai/ to Account settings (IMPORTANT STEP)
Visit Kwaai Repositories https://hub.docker.com/orgs/kwaailab/repositories
4. Click kwaailab/kwaainet-node and read instructions
Pull container by running in a terminal:
docker pull kwaailab/kwaainet-node:latest
Wait for completion. Then run container (edit YOURNAME) in the following docker run command line.
Connection type
Relay - Your machine will connect via the nearest Direct node.
Direct - Setup router to forward TCP port 8080 to your machine.
It will take some time to initially download the models. Run docker logs -f kwaainet-node and wait until all the downloads are complete before testing access on locahost:8080
It could take a while for your node to appear on the map.
Slack us to report progress. Thanks for contributing to KwaaiNet.
5. docker run -d --name kwaainet-node -e PUBLIC_NAME="YOURNAME@kwaai" -v /root/.cache:/root/.cache kwaailab/kwaainet-node:latest
docker run -d --gpus all --name kwaainet-node -e PUBLIC_NAME="YOURNAME@kwaai" -v /root/.cache:/root/.cache -p 8080:8080 kwaailab/kwaainet-node:latest
Overview is the P2P network for running AI on a distributed fabric.
It is built upon the Petals framework.