-
Hello all, And indeed something goes wrong on startup, it seems that Language Model is not loaded correctly :
Configuration : Windows 11 - RAM 16GB - Intel i7 Any clue on what's going wrong? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @yarel0, thanks for sharing details of the issue you're hitting. The To load the memory into RAM, try start Khoj with |
Beta Was this translation helpful? Give feedback.
Hey @yarel0, thanks for sharing details of the issue you're hitting.
The
ErrorOutOfDeviceMemory
error is because there isn't enough GPU memory (VRAM) to load the Mistral chat model. See chat docs for system requirementsTo load the memory into RAM, try start Khoj with
khoj --disable-chat-on-gpu
to see if chat works? This will load the mistral chat model onto RAM. Note: In this case, chat will be slower than if the chat model was loaded onto the GPU