restructure config to use Device class directly

Also include device validation
This commit is contained in:
2026-06-04 17:28:17 -04:00
parent 71a95aa3a7
commit 6bc25dc183
5 changed files with 53 additions and 11 deletions

View File

@@ -28,7 +28,8 @@ Your `config.yaml` must include AI Hub settings:
```yaml
aihub:
device: Samsung Galaxy S25 (Family)
device:
name: Samsung Galaxy S25 (Family)
target_runtime: tflite
input_specs:
input: [[1, 3, 160, 160], float32]