We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7ce41 commit c427313Copy full SHA for c427313
docs/fine-tuning.md
@@ -1,4 +1,17 @@
1
**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
15
- Using Modal: https://github.com/modal-labs/llm-finetuning
16
17
**FastChat:** https://github.com/lm-sys/FastChat/blob/main/docs/training.md
0 commit comments