cluster4npu/pyproject.toml
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

8 lines
163 B
TOML

[project]
name = "cluster4npu"
version = "0.0.3"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9, <3.12"
dependencies = []