b007zk

Results 12 comments of b007zk

@BassAzayda Yup the models are in a folder called models. And this is what's in my .env : PERSIST_DIRECTORY=db LLAMA_EMBEDDINGS_MODEL=models/ggml-model-q4_0.bin MODEL_TYPE=GPT4All MODEL_PATH=models/ggml-gpt4all-j-v1.3-groovy.bin MODEL_N_CTX=1000

@BassAzayda I thought about that as a possibility, which is why I'm trying it also on WSL (Ubuntu).

@BassAzayda Unfortunately changing the slashes doesn't work :( Nor does providing the full path. It seems like the path isn't the problem here but rather an actual problem with loading...

@smileBeda yes I have tried that, no luck unfortunately. I don't think the path is the problem here.

@aHardReset Hey, thanks for your comment. I actually tried with your changes but unfortunately still running into the following issue when I run the privateGPT.py Traceback (most recent call last):...

I have the same problem and for me there's only this setting available: cxClientEnableIosLocalNetworkPermissionReliabilityFixes I turned it on and I also turned off cxClientEnableIosLocalNetworkPermissionUsingSockets and it still doesn't work! Not...

Yeah so I forgot to mention in my comment that I also enabled isPromptForLocalNetworkPermissionsEnabled. I also don't have the cxClientEnableIosLocalNetworkPermissionWifiFixes option available.