- 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>
8 lines
163 B
TOML
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 = []
|