Skip to content

Commit c427313

Browse files
authored
Update fine-tuning.md
1 parent 1b7ce41 commit c427313

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/fine-tuning.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
**Axolotl:** https://github.com/OpenAccess-AI-Collective/axolotl
2+
3+
- **GCP:**
4+
5+
```
6+
pip install "skypilot-nightly[gcp]"
7+
pip install google-api-python-client
8+
conda install -c conda-forge google-cloud-sdk -y
9+
git clone https://github.com/skypilot-org/skypilot.git
10+
cd skypilot/llm/axolotl
11+
# On-demand
12+
HF_TOKEN=xx sky launch axolotl.yaml --env HF_TOKEN
13+
```
14+
215
- Using Modal: https://github.com/modal-labs/llm-finetuning
316

417
**FastChat:** https://github.com/lm-sys/FastChat/blob/main/docs/training.md

0 commit comments

Comments
 (0)