-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selected Model is Unsupported #3
Comments
Hey @xavierallem, sorry - the docs and UI aren't super clear on this yet. Looks like you have one of the slightly older model versions. I'm going to add native flows for these cases, but for now you can use:
from the llama.cpp repo to upgrade the models to the new format required by llama.cpp (which LlamaChat uses internally). Lmk if this works! |
added some details to the README for now |
The instructions are quite obtuse. It took me a while to figure out that the tokenizer.model is found among the Llama files. |
@danieldunderfelt good feedback. I added some more notes in https://github.com/alexrozanski/LlamaChat/blob/main/README.md#-models, but this should really be better supported/documented in the conversion flow |
Epic, thanks! |
This is fixed in v1.2.0 -- older models are now supported directly in LlamaChat. |
Using Alpaca and gpt4all
Have the following
After selecting the path it shows
Selected model is of an unsupported version
The text was updated successfully, but these errors were encountered: