Nicolas Pereira
Nicolas Pereira
@stan1233 are you in ollama? Use: command-r:35b-v0.1-q4_K_M openchat:7b-v3.5-1210-q5_K_M mistral-openorca:7b-q6_K Latest Devika Version was Working with Ollama, I have Freezed it on my Repo: git push https://github.com/hqnicolas/devika cd devika create config...
I'm Runing here without no problems using this GIST: https://gist.github.com/hqnicolas/5fbb9c37dcfc29c9a0ffe50fbcb35bdd
Runing here without no problem https://gist.github.com/hqnicolas/5fbb9c37dcfc29c9a0ffe50fbcb35bdd to RX6000 use: HSA_OVERRIDE_GFX_VERSION=10.3.0
@magicAUS you need to: clean install ubuntu 22.04 copy and paste every step manually to the terminal first you need to read the blue title that says 1 - Driver...
@magicAUS insert an extra SSD on your machine and build it
Runing here without no problem https://gist.github.com/hqnicolas/5fbb9c37dcfc29c9a0ffe50fbcb35bdd to RX6000 use: HSA_OVERRIDE_GFX_VERSION=10.3.0
when I use an Ollama model: Nous-Hermes2:10.7b-Solar-Q6_K it keep trying to wrote a python snake program with node
``` devika-backend-engine-1 | devika-backend-engine-1 | Exception in thread Thread-373 (): devika-backend-engine-1 | Traceback (most recent call last): devika-backend-engine-1 | File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner devika-backend-engine-1 | self.run() devika-backend-engine-1 |...
How did I fix it? Change **devika.dockerfile** user to root ``` FROM debian:12 # setting up os env USER root WORKDIR /home/nonroot/devika ENV PYTHONUNBUFFERED 1 ENV PYTHONDONTWRITEBYTECODE 1 # setting...
@mufeedvh I fix it with root user on docker. Because no root user causes this problem https://github.com/hqnicolas/devika/blob/main/devika.dockerfile