Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Llama2
Llama2
Inactive
0
Follow
v
vcb
last year
Β·
hi all I'm wondering if it might be straightforward to do a q&a implementation of llama2 instead of gpt-x usiing llamaindex?
L
v
2 comments
Share
Open in Discord
L
Logan M
last year
We have a demo here using a llama2 instance from Replicate
https://github.com/jerryjliu/llama_index/blob/main/docs/examples/vector_stores/SimpleIndexDemoLlama2.ipynb
Note the llama utils extra functions imported to transform the prompts
It's really important llama-2 prompts are formatted proper we found
https://github.com/jerryjliu/llama_index/blob/main/llama_index/llms/llama_utils.py
v
vcb
last year
Thats actually really good to know. thanks a lot
Add a reply
Sign up and join the conversation on Discord
Join on Discord