File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ We're in a quest towards fully open source AI.
117117
118118Join us and start contributing, especially on the following areas:
119119
120- - [ ] Pre-training
121- - [ ] Fine-tuning (full and LoRA)
122- - [ ] Quantization
123- - [ ] Sparsification
120+ - [ ] [ Pre-training] ( https://github.com/Lightning-AI/lit-llama/labels/pre-training )
121+ - [ ] [ Fine-tuning (full and LoRA) ] ( https://github.com/Lightning-AI/lit-llama/labels/fine-tuning )
122+ - [ ] [ Quantization] ( https://github.com/Lightning-AI/lit-llama/labels/quantization )
123+ - [ ] [ Sparsification] ( https://github.com/Lightning-AI/lit-llama/labels/sparsification )
124124
125125Look at ` train.py ` for a starting point towards pre-training / fine-tuning using [ Lightning Fabric] ( https://lightning.ai/docs/fabric/stable/ ) .
126126
You can’t perform that action at this time.
0 commit comments