Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2.48 KB

File metadata and controls

65 lines (48 loc) · 2.48 KB

cuckoo-preview

Cuckoo Network · Documentation

chat on Discord follow on Twitter Commits last month Issues closed Discussion posts Telegram

Cuckoo is a Decentralized AI Platform, starting with GPU-sharing for text-to-image generation and LLM inference.

Generate image now in Telegram https://cuckoo.network/tg or Discord https://cuckoo.network/dc

Setup

Before running the node, copy the example environment file and update the values:

cp packages/node/.env.example packages/node/.env

The node reads configuration from this .env file.

Requirements

  • Node.js >=18 and Yarn 1.x for the website in packages/home
  • Go >=1.22 for the node in packages/node

Running the node

cd packages/node
go run .

Run tests with:

go test ./...

Running the website

cd packages/home
yarn
yarn start

Build the static site with yarn build and deploy it using yarn deploy.