Lumi/plugins/lumi_transcription/runtime_manifest.json
2026-07-24 14:44:27 +02:00

43 lines
1.6 KiB
JSON

{
"schema_version": 1,
"provider": "whisper.cpp",
"tested_version": "v1.9.1",
"tested_commit": "f049fff95a089aa9969deb009cdd4892b3e74916",
"worker": {
"source": "backend/transcription/worker-native",
"executable": "lumi-whisper-worker.exe",
"protocol_version": 1,
"cuda_cmake_option": "LUMI_WHISPER_CUDA",
"whisper_commit": "f049fff95a089aa9969deb009cdd4892b3e74916"
},
"artifacts": [
{
"id": "windows-x64-cuda-12.4",
"platform": "win32",
"architecture": "x64",
"backend": "cuda",
"cuda": "12.4",
"label": "NVIDIA GPU runtime (RTX 3060 and newer)",
"url": "https://git.rolfsvaag.no/Rolfsvaag_Datateknikk/Lumi/releases/download/companion-v0.1.0/lumi-whisper-worker-windows-x64-cuda.zip",
"sha256": "ab8f5e7ac1d8cfc6453574d69a4b61e5ab2f892d27707486c614b13c3a5debef",
"bytes": 469478354,
"expected_paths": ["lumi-whisper-worker.exe", "cudart64_12.dll", "cublas64_12.dll", "cublasLt64_12.dll"],
"minimum_gpu": "NVIDIA RTX 3060",
"tested": true
},
{
"id": "windows-x64-cpu",
"platform": "win32",
"architecture": "x64",
"backend": "cpu",
"label": "CPU compatibility fallback",
"url": "https://git.rolfsvaag.no/Rolfsvaag_Datateknikk/Lumi/releases/download/companion-v0.1.0/lumi-whisper-worker-windows-x64-cpu.zip",
"sha256": "044f06396765ce64a32c4fb3701def8f1c27ebab71dde95f0e4c1b7d32134c6b",
"bytes": 631098,
"expected_paths": ["lumi-whisper-worker.exe"],
"tested": true,
"note": "Compatibility fallback only; the NVIDIA runtime is required for Lumi's low-latency target."
}
]
}