Giamo Lao
Giamo Lao
I traced the error back to: `Auto-GPT-0.3.0\auto-gpt\config\config.py` I notice that in version 0.3.0 lines 20 and 21: ``` self.workspace_path = None self.file_logger_path = None ``` but version 0.2.2 did not...
A few hours into troubleshooting this, It seems like the files are not being split into chunks correctly. Note that for each file it says "Done ingesting 0 chunks". Line...
As 0.2.2 iterates through it's loop, memory is immediately added to the local cache. 0.3.0 fails to add anything to LocalCache auto-gpt.json, the file stays `{}` indefinitely. There may be...
Meant to make this an issue under the addon github but this is the console output. It actually works fine with the CPU build of the addon but the vulkan...
GPU Has 12GB of VRAM so it shouldn't be out of memory. I also tried with the 5gb model, same issue
The new build works with split mode set to none and the main gpu at default of 0. Setting main gpu to 1 fails to load model. Both vulkan devices...