fka/prompts.chat
Viewer • Updated • 2.11k • 32.7k • 9.78k
A lightweight and horizontally scalable distributed computing system for training large language models, specifically designed for OpenPeerLLM.
pip install -r requirements.txt
.env.example to .env and configure your settings# Start coordinator
python -m cloud_agents.coordinator
# Start agent (on each machine)
python -m cloud_agents.agent
coordinator: Manages job distribution and agent coordinationagent: Handles tensor operations and model trainingcouchdb_client: Interface for CouchDB communicationtensor_ops: Distributed tensor operationsutils: Helper functions and utilitiesMIT