Rohit Kr Singh
Rohit Kr Singh
Any update now? It's been 11 more days since the last query 😁
Hi, I'm working with [FastChat-3B](https://huggingface.co/lmsys/fastchat-t5-3b-v1.0). Any luck with that being supported with existing mappings?
I'm working on a Jupyter like notebook & implemented `ddp_notebook` strategy as FSDP was giving an error for notebook environments. Below is a code snippet from [finetune/lora.py](https://github.com/Lightning-AI/lit-gpt/blob/main/finetune/lora.py) main method which...