You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running yuna from a docker container (python:3:12) and I cannot get yuna to say anything. I downloaded the model yuna-ai-v3-atomic-q_6_k.gguf and placed it in lib/models/yuna and updated the static/config.json "yuna_default_model": "yuna-ai-v3-atomic-q_6_k"
Whenever I send a message, this is what the console says
Response content:
Response:
No errors.
My exact procedure is:
Start docker container
git clone
pip install -r requirements.txt
copy model to lib/models/yuna
configure config.json (or don't, I've tried both)
python index.py
send any message in chat
I feel like I'm missing something so this could be my fault.
The text was updated successfully, but these errors were encountered:
I am running yuna from a docker container (python:3:12) and I cannot get yuna to say anything. I downloaded the model yuna-ai-v3-atomic-q_6_k.gguf and placed it in lib/models/yuna and updated the static/config.json "yuna_default_model": "yuna-ai-v3-atomic-q_6_k"
Whenever I send a message, this is what the console says
No errors.
My exact procedure is:
I feel like I'm missing something so this could be my fault.
The text was updated successfully, but these errors were encountered: