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

RAG using Llama2 7b model #100

Open
saivineethabvns opened this issue Apr 8, 2024 · 1 comment
Open

RAG using Llama2 7b model #100

saivineethabvns opened this issue Apr 8, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@saivineethabvns
Copy link

In 05_dataloader.ipynb in examples folder https://github.com/NVIDIA/GenerativeAIExamples/blob/v0.4.0/notebooks/05_dataloader.ipynb
is there a way to use Llama2 7b model instead of default Llama2 13b model

@shubhadeepd shubhadeepd self-assigned this Apr 22, 2024
@shubhadeepd shubhadeepd added the question Further information is requested label Apr 22, 2024
@shubhadeepd
Copy link
Collaborator

shubhadeepd commented Apr 22, 2024

Hey @saivineethabvns, yes this is possible!

As a prerequisite step to run this notebook, you need to deploy this example following the steps here
https://nvidia.github.io/GenerativeAIExamples/latest/local-gpu.html#using-local-gpus-for-a-q-a-chatbot

Now in this step where you download the model https://nvidia.github.io/GenerativeAIExamples/latest/local-gpu.html#download-the-llama-2-model-and-weights , just download the llama-7b checkpoint instead of llama13b and you should be good to go.

Let me know if you face issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants