Discover and explore top open-source AI tools and projects—updated daily.
jmerelnycGPU client for distributed AI inference
New!
Top 38.8% on SourcePulse
Talos provides a GPU worker client designed for users to contribute their computing power to the Talos network. It enables individuals with spare GPUs to earn revenue by serving open-model AI inference jobs, acting as a distributed compute resource. The target audience includes individuals and entities with available GPU hardware seeking to monetize it through AI workloads.
How It Works
The talos-worker client pairs with a user's Talos account via a unique code. It then leverages a local Ollama instance to execute AI inference tasks requested by the Talos network. Communication occurs over WebSockets, transmitting job data, heartbeats, and uptime metrics back to the Talos platform for payout calculations. The system automatically detects and utilizes NVIDIA GPUs, though CPU execution is also supported.
Quick Start & Requirements
pip install -e .ollama pull llama3.1:8b), NVIDIA GPU recommended (CPU fallback available).talos-worker pair and provide a code from the Talos dashboard, or use talos-worker pair --code TALOS-XXXX-XXXX --server https://api.usetalos.xyz.talos-worker run --allocation 0.5, where --allocation controls the proportion of resources offered (0 to 1).http://127.0.0.1:8674. Official documentation is available in the docs/ directory.Highlighted Details
talos-auto SDK.Maintenance & Community
The repository includes contribution guidelines (CONTRIBUTING.md). No specific community channels (e.g., Discord, Slack), roadmap links, or notable maintainer/sponsor information were found in the provided README.
Licensing & Compatibility
The README does not specify a software license. This omission requires clarification before adoption, especially concerning commercial use or integration with proprietary systems.
Limitations & Caveats
The primary focus is on contributing GPU compute to the Talos network; it is not an AI development environment itself. The absence of explicit licensing information is a significant adoption blocker. The README does not detail performance benchmarks or specific hardware compatibility beyond general GPU/CPU support.
3 days ago
Inactive
modular