You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hpc/08_ml_ai_hpc/04_llm_fine_tuning.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,12 @@ This comparison demonstrates how our custom fine-tuning can achieve similar or b
78
78
79
79
---
80
80
81
+
82
+
:::tip
83
+
Complete scripts used are available here: https://github.com/NYU-RTS/rts-docs-examples/tree/main/hpc/llm_fine_tuning
84
+
85
+
:::
86
+
81
87
## System Environment Setup
82
88
83
89
### Singularity Container & Overlay Configuration
@@ -199,7 +205,7 @@ peft_config = LoraConfig(
199
205
200
206
### **Training Script: `train_gemma3.py`**
201
207
202
-
The complete training script is available in the repository. Below are the key configuration snippets:
208
+
The complete training script is available [here](https://github.com/NYU-RTS/rts-docs-examples/tree/main/hpc/llm_fine_tuning). Below are the key configuration snippets:
0 commit comments