gpt4all not working in simple python container on low spec laptop #2065
Closed
rickspencer3
started this conversation in
General
Replies: 2 comments
-
I ran the whole thing on a different, and much more powerful computer, and it seems to be working: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 45.9M/45.9M [00:08<00:00, 5.42MiB/s]
bert_load_from_file: gguf version = 2
bert_load_from_file: gguf alignment = 32
bert_load_from_file: gguf data offset = 695552
bert_load_from_file: model name = BERT
bert_load_from_file: model architecture = bert
bert_load_from_file: model file type = 1
bert_load_from_file: bert tokenizer vocab = 30522
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! When using
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, nm, now I understand : I found the system requirements here: https://docs.gpt4all.io/gpt4all_faq.html#does-that-mean-gpt4all-is-compatible-with-all-llamacpp-models-and-vice-versa
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am seeing if I can get gpt4all with python working in a container on a very low spec laptop.
I'm trying to get started with the simplest possible configuration, but I'm pulling my hair out not understanding why I can't get past downloading the model. I can build and run the container just fine. I can log into it and run the python file just fine. The model downloads just fine. But then it always results in the following:
I've tried setting the device parameter. I assume "CPU does not support AVX" is the clue, but I can't find anything on line that helps me understand what it means and how to fix whatever is the problem.
requirements.txt
dockerfile
main.py
Beta Was this translation helpful? Give feedback.
All reactions