A mini tutorial? #4
-
Hello, First of all, thank you for creating this repo, I was hoping there would be people that share the desire in running auto gpt local! I am not a very tech savvy person, so I was wondering if anyone could make a short tutorial on getting everything up and running? Thank you once again! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 13 replies
-
Hi! I ended up trying this out recently and found a few issues but submitted a pull request for it. here's a quick tutorial of what I did on how to get it up and running with my changes. run these commands
Download https://huggingface.co/eachadea/legacy-ggml-vicuna-13b-4bit/resolve/main/ggml-vicuna-13b-4bit.bin (8GB) and place it in your models folder (for testing I made one in the root directory of this project with another folder called 13B for the size but if you're trying out multiple llms you'll likely have a folder somewhere else for all of them) Rename "env.template" file to ".env" changing any environment variables that you need (like the path to your recently downloaded model) run this command to start
once you have things running and can see what it does, try changing ai_settings.yml and scripts/data/prompt.txt to change how the ai behaves |
Beta Was this translation helpful? Give feedback.
-
Hello, It is kinda working for me but i have this error at every step, nothing is working to fix it: ValueError: substring not found 12:36:58,856 AutoGPT INFO NEXT ACTION: : COMMAND = �[36mError:�[0m ARGUMENTS = �[36msubstring not found�[0m 12:41:48,623 AutoGPT INFO NEXT ACTION: : COMMAND = �[36mError:�[0m ARGUMENTS = �[36msubstring not found�[0m |
Beta Was this translation helpful? Give feedback.
-
I got another error after input the goal. |
Beta Was this translation helpful? Give feedback.
-
I'm getting this error, not sure whats the problem, any help appreciated
|
Beta Was this translation helpful? Give feedback.
-
Hi, I have a little problem that I can't solve. Thanks in advance for your help I understood the access path was not good yet if |
Beta Was this translation helpful? Give feedback.
Hi! I ended up trying this out recently and found a few issues but submitted a pull request for it. here's a quick tutorial of what I did on how to get it up and running with my changes.
run these commands
Download https://huggingface.co/eachadea/legacy-ggml-vicuna-13b-4bit/resolve/main/ggml-vicuna-13b-4bit.bin (8GB) and place it in your models folder (for testing I made one in the root directory of this project with another folder called 13B for the size but if you're trying out multiple llms you'll likely have a folder somewhere else for all of them)
Rename "env.template" file t…