vonhex

Results 23 comments of vonhex

thanks a ton for the quick reply ill stay tuned!

Same error (venv) G:\GlaDOS-windows\GlaDOS-windows>python glados.py Traceback (most recent call last): File "G:\GlaDOS-windows\GlaDOS-windows\glados.py", line 21, in from glados import asr, tts, vad File "G:\GlaDOS-windows\GlaDOS-windows\glados\asr.py", line 5, in from . import whisper_cpp_wrapper...

Looking at your BAT file, I can say it didnt download anything

G:\GlaDOS-windows\GlaDOS-windows>install_windows.bat G:\GlaDOS-windows\GlaDOS-windows>REM Download and install the required dependencies for the project on Windows G:\GlaDOS-windows\GlaDOS-windows>python -m venv venv G:\GlaDOS-windows\GlaDOS-windows>.\venv\Scripts\activate (venv) G:\GlaDOS-windows\GlaDOS-windows>

Correct. I'll see if I missed something later when I have time. On Fri, May 10, 2024, 1:05 PM David ***@***.***> wrote: > WTF 😒 > > So, the submodules/llama.cpp...

Yupp no dice, W11, cmd, downloaded the zip with the project, moved to directory saved, ran install_windows.bat, enters env but no install

testing the lines individually now

How do I go about changing the model? On Fri, May 10, 2024, 1:06 PM Luke Jantzen ***@***.***> wrote: > Correct. I'll see if I missed something later when I...