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 last year
0
Follow
Has anyone tried to load the LLaMA 2
Has anyone tried to load the LLaMA 2
Inactive
0
Follow
c
captam_morgan
last year
·
Has anyone tried to load the LLaMA 2 model via HuggingFaceLLM instead of Replicate? Im also trying to do this on Azure Databricks
L
c
4 comments
Share
Open in Discord
L
Logan M
last year
This might help
https://discord.com/channels/1059199217496772688/1131989723120926740/1133201476727083189
c
captam_morgan
last year
Thank you!
c
captam_morgan
last year
Instead of manually downloading the checkpoints, can I directly pull them with HuggingFaceLLM like model = ‘meta-llama/Llama-2-13b-chat-hf’?
Like here:
https://thealgorithmicminds.com/how-to-use-huggingface-to-use-llama-2-on-your-custom-machine-35713a2964de
L
Logan M
last year
As long as you have access from huggingface, yea I think so
You can create the
model
and
tokenzier
like that example, and then pass them in as kwargs to the huggingface llm. The example in the link above will download them automatically
Add a reply
Sign up and join the conversation on Discord
Join on Discord