Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Waiting to run
Deploy to Testnet / deploy-testnet (push) Waiting to run
Integration Tests / test-service-integration (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Successful in 14s
Implemented GPU discovery using nvidia-smi system command:
- /profiles: List available GPU profiles using nvidia-smi
- /metrics/{gpu_id}: Get GPU metrics (utilization, memory, temperature)
- /discover: Discover and register edge GPUs for a miner
- /optimize: Optimize ML inference request for edge GPU
All endpoints use subprocess to run nvidia-smi commands and parse
the output to extract GPU information.
Coordinator API
Documentation has moved to: docs/apps/coordinator/coordinator-api.md
This file has been migrated to the central documentation location. Please update your bookmarks and references to point to the new location.
For the complete documentation, see the Coordinator API documentation.