redfort1987

Results 9 comments of redfort1987

I'm a complete noob with Docker, but I can't find the .env file to modify using docker. Can anyone explain where the image is put on my computer so I...

It appears that, when I remove the snipet: def __del__(self): if self.ctx is not None: llama_cpp.llama_free(self.ctx) self.ctx = None That it can't access the model... which is weird, because the...

> I had the same error, but I managed to fix it by placing the [ggml-gpt4all-j-v1.3-groovy.bin](https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin) and [ggml-model-q4_0.bin](https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/397e872bf4c83f4c642317a5bf65ce84a105786e/ggml-model-q4_0.bin) in the home directory of the repo and then mentioning the absolute...

Update: I also tried putting the models in the git folder on my drive, and got the same result: PS G:\Secondary program files\AI\PrivateGPT> python ingest.py Loading documents from source_documents Loaded...

Okay, I've pretty much put the models in every file it should reasonably be in. In the main directory of the PrivateGPT, in the .git folder, in the folder that...

It does this for me too. #161