Where to find the llama models? #260
-
Hello,
I assume this is is because I downloaded the wrong model. Where do I find them and how do I know which are compatible with this library ? Thanks for the help ! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
As of now, the llama models and their derivatives are licensed for restricted distribution by Facebook, so they will never be distributed from or linked to in this repo. Please refer to the llama.cpp README.md for more information. Or you could try Googling site:huggingface.co+llama+ggml... Note that there are currently three versions of models compatible with different versions of HuggingFace is now providing a leaderboard of the best quality models. Note again, however that the models linked off the leaderboard are not directly compatible with |
Beta Was this translation helpful? Give feedback.
-
Got it, thanks for the response! |
Beta Was this translation helpful? Give feedback.
-
It seems that I'm still getting the following error:
Is this an error with the model file or does the issue lie somewhere else ? |
Beta Was this translation helpful? Give feedback.
-
from where i can found the v3 ggml model? |
Beta Was this translation helpful? Give feedback.
As of now, the llama models and their derivatives are licensed for restricted distribution by Facebook, so they will never be distributed from or linked to in this repo.
Please refer to the llama.cpp README.md for more information. Or you could try Googling site:huggingface.co+llama+ggml...
Note that there are currently three versions of models compatible with different versions of
python-llama-cpp
. You would want to install the latestpython-llama-cpp
version and use the latest (ggml v3
)llama.cpp
models to ensure both the best compatibility and performance.HuggingFace is now providing a leaderboard of the best quality models. Note again, however that the models linked off the leaderboa…