Slowly-Grokking
Slowly-Grokking
I also encountered this error in Win10, but normally use linux, so I didn't troubleshoot windows too much. On Tue, Jul 14, 2020 at 2:24 PM Leon Fedden wrote: >...
> [](https://cla-assistant.io/fedden/poker_ai?pullRequest=128) Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our [Contributor License Agreement](https://cla-assistant.io/fedden/poker_ai?pullRequest=128) before we can...
> As for now, removing the command is a temporary solution, it does work! this only removes the command from the list. but autogpt still tries to lookup '' in...
Trying to Run gpt4all on GPU, Windows 11: RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'
Anyone figure this out?
Trying to Run gpt4all on GPU, Windows 11: RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'
Tried https://huggingface.co/nomic-ai/gpt4all-j and got: `RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'` full ouput: [error.txt](https://github.com/nomic-ai/gpt4all/files/11238742/error.txt)
Trying to Run gpt4all on GPU, Windows 11: RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'
I haven't found a working model for GPU yet. I haven't troubleshooted much more than that though, Only trying to download various models gpt4all and lora/llama models hoping to get...
I don't have this working yet either but to try to be more helpful, i think you specifically need something from here: https://huggingface.co/models?other=llama edit: I made a little progress: git...
new PR here, you can also just move the script back to the root directory, without changing the code. https://github.com/Significant-Gravitas/Auto-GPT/pull/1679 > Running: > `python autogpt/data_ingestion.py --dir auto_gpt_workspace` edit: ahh, sorry,...
> Would love to see this work. I've also tried all the suggestions to no avail. what error are you getting?
> data_ingestion.py -h --file Home Microgreens Quick Guide.pdf --dir /my_files --init --overlap 200 --max_length 4000 It doesn't like spaces in the name. Try putting it in quotes "Home Microgreens Quick...