Lightning-AI / litgpt

Pretrain, finetune, deploy 20+ LLMs on your own data. Uses state-of-the-art techniques: flash attention, FSDP, 4-bit, LoRA, and more.

Home Page:https://lightning.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should scripts download checkpoints automatically?

carmocca opened this issue · comments

@rasbt Suggests that finetuning would run the downloading automatically after prompting the user whether to do it or not

I personally don't like this suggestion due to the extra code it adds to the script. I would only consider it this for generation

This can be a problem if checkpoints are in unconventional location. Postponing until further notice