fingeronthebutton

Results 8 comments of fingeronthebutton

entire: (sheld) C:\martinezchatgpt\privateGPT-main\privateGPT-main\source_documents>shellpython ingest.py 'shellpython' is not recognized as an internal or external command, operable program or batch file. (sheld) C:\martinezchatgpt\privateGPT-main\privateGPT-main\source_documents>python ingest.py llama.cpp: loading model from C:/martinezchatgpt/models/ggml-gpt4all-j-v1.3-groovy.bin error loading model:...

> Can you run `Get-FileHash C:/martinezchatgpt/models/ggml-gpt4all-j-v1.3-groovy.bin`? Looks like your file might be corrupted. > > Should read `SHA256 3B2FD7CCA97284467DE0BE8F638925F40CBFF4C70A2E10BA1094F83BFA24D86B`. If not, try downloading again thank you will try....i did delete...

> Get-FileHash C:/martinezchatgpt/models/ggml-gpt4all-j-v1.3-groovy.bin ran it and received correct response --------- ---- ---- SHA256 3B2FD7CCA97284467DE0BE8F638925F40CBFF4C70A2E10BA1094F83BFA24D86B C:\martinezchatgpt\models\ggm... thanks for the suggestion, will keep trying ...

> pip3 install llama-cpp-python==0.1.49

> what made it works for me > > pip3 install llama-cpp-python==0.1.49 ran the above....got this...still stuck...will keep trying.... (sheld) C:\martinezchatgpt\privateGPT-main\privateGPT-main\source_documents>python ingest.py llama.cpp: loading model from C:/martinezchatgpt/models/ggml-gpt4all-j-v1.3-groovy.bin Traceback (most recent...

> Also, are you sure the path you provided is correct? You mentioned two different paths in your two posts. (`C:/martinezchatgpt/privateGPT-main/privateGPT-main/models/ggml-gpt4all-j-v1.3-groovy.bin` but scripts complains about `C:/martinezchatgpt/models/ggml-gpt4all-j-v1.3-groovy.bin`) yes, good eye, i...

> persistent error when running python ingest.py that i and chatgpt have been unable to resolve "ValueError: Model path does not exist: C:/martinezchatgpt/privateGPT-main/privateGPT-main/models/ggml-gpt4all-j-v1.3-groovy.bin" path is good, file is there, full...

> We moved away from llama embeddings. Pull the latest changes, install requirements, remove the `db` folder, and run the ingestion again. thank you...