Scripts for fine-tuning Meta Llama with composable FSDP & PEFT methods to cover single/multi-node GPUs. Supports default & custom datasets for applications such as summarization and Q&A. Supporting a number of candid inference solutions such as HF TGI, VLLM for local or cloud deployment. Demo apps to showcase Meta Llama for WhatsApp & Messenger.
Hey, first of all thanks for your wonderful project!
I've noticed this repo lacks a LICENSE file, which is the usual way of specifying the project's license. I also see that you explicitly specify that it is proprietary (in pyproject.toml), but this means that people can't use it legally at all. Given this is a collection of recipes, I’m pretty sure this is not what you wanted!
Could you pick a license and add it to the repo? Let me know if you need any help.
Hey, first of all thanks for your wonderful project!
I've noticed this repo lacks a LICENSE file, which is the usual way of specifying the project's license. I also see that you explicitly specify that it is proprietary (in
pyproject.toml
), but this means that people can't use it legally at all. Given this is a collection of recipes, I’m pretty sure this is not what you wanted!Could you pick a license and add it to the repo? Let me know if you need any help.