fka/prompts.chat
Viewer • Updated • 1.81k • 55.8k • 9.69k
How to use OpenPeerAI/Cloud-Agents with Cloud Agents:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
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
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js