Skip to content

Local chat issue : On startup I have "Error allocating memory ErrorOutOfDeviceMemory" in the log #543

Answered by debanjum
yarel0 asked this question in Q&A
Discussion options

You must be logged in to vote

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 requirements

To 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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yarel0
Comment options

Answer selected by debanjum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants