paulroberttaylor
paulroberttaylor
As above, I downgraded pygpt4all and it now works: pip install 'pygpt4all==v1.0.1' --force-reinstall
I haven't tried it, only ggml-gpt4all-l13b-snoozy.bin
I'm running locally, but the reply started instantly for me. Maybe Collab kernel needs to be restarted if it isn't a new one?
Was out and about when I wrote my ealier post. This is the code I used: `from langchain import PromptTemplate, LLMChain from langchain.llms import GPT4All from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler #from...
I have the same issue. Used docker compose up --build on 2 different laptops. No tools available.
@alperinugur Thanks. CRLF -> LF worked for me. Although I did check out main too.