Open FunkyJamma opened 5 months ago
same problem with devika in Pinokio
Same problem
you have to downgrade mistralai lib to mistralai==0.4.2 https://github.com/stitionai/devika/issues/640
to explain more, for pinokio, if you are on windows, you have to go to your "pinokio\api\devika.git\app" folder in powershell and launch:
./env/Scripts/Activate.ps1
pip install --force-reinstall mistralai==0.4.2
I had another lib error, and I corrected it with:
pip install curl_cffi
on my side, I use Ollama in local and I had to install the CUDA version of Torch in Devika to make it work:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
I hope it will help
I installed it and when i run it i just get "Failed to connect to server" in the ui and nothing works.