zycyc / LAMBDA

Local & Private LLM that drafts responses LIKE you automatically
MIT License
66 stars 6 forks source link

Add note about Llama model access restrictions #8

Open fredrikburmester opened 3 days ago

fredrikburmester commented 3 days ago

The Llama model (meta-llama/Llama-3.2-3B-Instruct) is a gated repository on Hugging Face, requiring special access permissions.

Update documentation to inform users about this limitation and provide alternative options or instructions for requesting access.

Is there a recommended model to use in the meantime?

zycyc commented 4 hours ago

I see, thanks for mentioning that. Will add to the README. I think for now llama 3.2 3b might be the best model for this kind of tasks given the balance between size vs. capability. Any other model that you know and think could be better? @fredrikburmester