deniskristak

Results 7 comments of deniskristak

based on: https://github.com/hpcugent/eb_inuits/issues/246

@boegel adapted you review points, but had to rename it in the process, so the comments seem outdated...but hopefully I have it all in

still only using workaround with the $HOME problem

> @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,...

@sagnikbanerjee15 Hello, just noticed this might be related to my problem...is there anything you might share about @DomeJoyce 's problem?

thanks for the answer @sagnikbanerjee15 . The reason is that at `Easybuild`, we like to take care of all dependencies by ourselves, which we do using modules and "generations" of...