command line app STT, text to local LLM

This commit is contained in:
dl92
2026-01-14 00:20:56 +00:00
parent f09b390d90
commit 781659a552
2 changed files with 77 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
export CT2_CUDA_ALLOW_FP16=1
# 'mamba run' executes the command within the context of the environment
# without needing to source .bashrc or shell hooks manually.
mamba run -n whisper-ollama python ~/family-repo/Code/python/tool-speechtotext/assistant.py "$@"