Find answers from the community

Updated 3 months ago

I am using llama index to build a local

I am using llama index to build a local chat of data from mysql.
i don't want to use openAI api and wanna build a local chat - small model around <=1GB can you help suggest 1 model please.
Thanks
L
C
2 comments
A <1GB model will never work well tbh. It's pretty much impossible.

I've found an LLM needs at least 13 billion parameters to be useful. 1GB is like 1B parameters or less πŸ˜…

The closest thing I've seen is this project, but I haven't tried it out yet
https://github.com/aitomatic/openssm
thanks for pointing the direction. I'll take a look.
Add a reply
Sign up and join the conversation on Discord