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

NousResearch/llama-2-7b-chat-hf NOT AVAILABLE #12

Open
KabaTubare opened this issue Aug 22, 2023 · 1 comment
Open

NousResearch/llama-2-7b-chat-hf NOT AVAILABLE #12

KabaTubare opened this issue Aug 22, 2023 · 1 comment

Comments

@KabaTubare
Copy link

NousResearch/llama-2-7b-chat-hf is no longer available and when I got to this stage in the project, there was no model available...and the wholöe process needed to be restart from scratch. What llama 2 model would you recommend in its place. Tried the Bloke uncensored and ran into trouble using that one, and since it takes so long getting everything in place for that stage to fail is quite annoying and expensive on colab. So perhaps someone can help suggest a model that is loadable for this project.

@hieuminh65
Copy link

hieuminh65 commented Aug 31, 2023

  1. Get access to the official llama2 model from meta on hugging face: https://huggingface.co/meta-llama/Llama-2-7b.
  2. Before the that block of code, login to hugging face:
from huggingface_hub import login
login()
  1. Get your HuggingFace token by go to setting and paste it in

Hope this help!

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

No branches or pull requests

2 participants