cluster4npu/uv.lock
Mason fc47e5d868 Add multi-series dongle manager with load balancing and order preservation
- Implement MultiSeriesDongleManager for parallel inference across different dongle series
- Add GOPS-based load balancing (KL720: 1425 GOPS, KL520: 345 GOPS ratio ~4:1)
- Ensure sequential result output despite heterogeneous processing speeds
- Include comprehensive threading architecture with dispatcher, per-dongle workers, and result ordering
- Add performance statistics and monitoring capabilities
- Update project configuration and documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 23:34:16 +08:00

9 lines
137 B
TOML

version = 1
revision = 3
requires-python = ">=3.9, <3.12"
[[package]]
name = "cluster4npu"
version = "0.0.3"
source = { virtual = "." }