FreedomGPT
FreedomGPT copied to clipboard
Can I use a larger model? Can I use display-based reasoning?
Can I use a larger model? Can I use display-based reasoning? May be I can have these options.
Not with this code. This is just a fancy frontend for alpaca.cpp which only supports Alpaca-7b.
You should use llama.cpp
https://github.com/ggerganov/llama.cpp
With that, you can run both the Alpaca 13b and the Llama 13b model, q4. You could also run even larger models.
@Nguyenpham89 - try again