Lilin Wang

Results 3 comments of Lilin Wang

> @recursionbane `ggml-gpt4all-l13b-snoozy.bin` works if you change line 30 in `privateGPT.py` > > Change this line `llm = GPT4All(model=model_path, n_ctx=model_n_ctx, backend='gptj', callbacks=callbacks, verbose=False)` to `llm = GPT4All(model=model_path, n_ctx=model_n_ctx, backend='llama', callbacks=callbacks,...

> > Hi , > > Could you let me know where can I download the correct version to run privateGPT? > > ``` > > Using embedded DuckDB with...

> > > Hi , > > > Could you let me know where can I download the correct version to run privateGPT? > > > ``` > > >...