2026-03-02T07-43-26_auto_memory/memories.db-wal
This commit is contained in:
parent
d6dc865ed0
commit
76a6876c5f
Binary file not shown.
@ -58,9 +58,6 @@ async function transcribeWithWhisper(wavPath: string): Promise<string> {
|
||||
const python = spawn(PYWHISPER_PYTHON, [
|
||||
'-c',
|
||||
`
|
||||
import os
|
||||
os.environ['CUDA_VISIBLE_DEVICES'] = ''
|
||||
os.environ['GGML_CUDA'] = '0'
|
||||
from pywhispercpp.model import Model
|
||||
model = Model('${PYWHISPER_MODEL}', redirect_whispercpp_logs_to=None)
|
||||
segments = model.transcribe('${wavPath}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user