What problem does it solve? Running language identification model benchmarks on PPU hardware requires manual container setup, dataset mounting, inference execution, and metric collection. This Skill automates the full evaluation workflow for the lang-id-voxlingua107-ecapa model, from Docker container launch to ACC accuracy reporting. ## Core Features & Use Cases - Automated Container Orchestration: Launches a privileged Docker container with dynamic PPU device discovery (/dev/alixpu*) and correct volume mounts for models, datasets, and configs. - Inference Benchmarking: Runs infer_runner.py against the foundation-lid LMDB dataset and captures per-sample inference time and accuracy. - Structured Metric Collection: Parses acc_report.json into a normalized result.json containing ACC, avg_inference_time, success_rate, and total_samples. - Use Case: A hardware evaluation engineer needs to verify that the ECAPA-TDNN language identification model meets accuracy targets on PPU cards; this Skill executes the full pipeline and produces comparable metrics. ## Quick Start Ask the agent to test the lang-id-voxlingua107-ecapa language identification model inference performance on PPU with the foundation-lid dataset.