2026-03-02T07-44-01_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 00:44:01 -07:00
parent a0418660d0
commit e4b9217869
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -63,7 +63,7 @@ model = Model('${PYWHISPER_MODEL}', redirect_whispercpp_logs_to=None)
segments = model.transcribe('${wavPath}')
print(' '.join(seg.text for seg in segments))
`.trim(),
]);
], { env: { ...process.env, CUDA_VISIBLE_DEVICES: '' } });
let output = '';
let error = '';