Skip to content
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

Falcon // Any 🤗 model via --model meta/llama #213

Merged
merged 19 commits into from
Sep 10, 2023
Merged

Conversation

KillianLucas
Copy link
Collaborator

@KillianLucas KillianLucas commented Sep 9, 2023

Still would really like to refactor into something cleaner, but this does appear to do the trick.

Mimics what we had with CodeLlama— put in interpreter --model TheBloke/CodeLlama-7B-GGUF, flip through all the quantization options available for that model, downloads it. Cool!

Works with WizardCoder, Falcon, Llama, Samantha, etc.

Also solved a lot of 'silent download failures' by not using wget or curl, but huggingface_hub itself to get the models.

@darkacorn
Copy link

nice !

@KillianLucas KillianLucas changed the title Falcon 180B // any 🤗 model via --model meta/llama Any 🤗 model via --model meta/llama Sep 9, 2023
@KillianLucas KillianLucas changed the title Any 🤗 model via --model meta/llama Falcon // Any 🤗 model via --model meta/llama Sep 9, 2023
@KillianLucas KillianLucas merged commit 8c2910e into main Sep 10, 2023
@KillianLucas KillianLucas deleted the any-hf-model branch September 10, 2023 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants