-
Notifications
You must be signed in to change notification settings - Fork 404
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
Add support for Neural-Chat, OpenChat, Orca 2, and OpenLLaMa v2, Starling LM #926
Conversation
Add support of Orca-2 Add support Open LLaMa Add Neural-Chat
add Falcon 180B and Falcon 180B-Chat
Add support of OpenChat 3.5
@Smartappli Can the other 2 pr's be closed and consolidated into this one? #928 #927 |
bugfix
Typo fix
Add support of Falcon 180B, Falcon 180B-Chat Add support of OpenChat 3.5
bugfix
neural bugfix
These two are failing: test/healthcheck_models.py::test_model_available[TheBloke/Falcon-180B-GGUF-falcon-180b.Q4_K_M.gguf] FAILED [ 35%] test/healthcheck_models.py::test_model_available[TheBloke/Falcon-180B-Chat-GGUF-falcon-180b-chat.Q4_K_M.gguf] FAILED [ 39%] |
remove Falcon 180B and 180B-Chat
Falcon180B and Falcon-180B-Chat guff files are split into three parts. I don't know how to integrate them. I'm using the syntax suggested on Hugging Face but it doesn't work. If you have any ideas on how to proceed, I'd be interested :) huggingface-cli download TheBloke/Falcon-180B-Chat-GGUF falcon-180b-chat.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False huggingface-cli download TheBloke/Falcon-180B-GGUF falcon-180b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False |
remove Falcon 180B and 180B-Chat
OHHH, yeah we don't support that yet. We assume 1 file per LLM. You can skip those for a future PR. |
Falcon 180B and Falcon 180B-Chat Temporary deleted :) |
Thanks for your help |
Add support for Starling-LM-7B-Alpha
Add support for Starling-LM-7B-Alpha
That's it for this release :) |
bugfix
Add Neural-Chat 7B-v3.1
Add OpenChat 3.5-7B
Add OpenLLaMA 3B-v2, 7B-v2, 13B-v2
Add Orca-2 7B, 13B
Add Starling-LM-7B-Alpha