SaturnCassini / gpt4all_generative_agents

Generative Agents: Interactive Simulacra of Human Behavior using GPT4All free model which runs on CPU
https://saturnseries.com
Apache License 2.0
110 stars 9 forks source link

Add support for the GGUF Format which replaced GGML #6

Open apcameron opened 1 year ago

apcameron commented 1 year ago

Llama.cpp has dropped support for the GGML format and now only supports GGUF. As a result all the third party tools are changing to GGUF as well.