From de4ea2d1f27074a54b1cc79301f426d2cc393a7f Mon Sep 17 00:00:00 2001 From: Aman Gupta Karmani Date: Thu, 22 Aug 2024 08:47:34 -0700 Subject: [PATCH] docs: minor syntax highlight fix (#1839) --- docs/unsloth.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unsloth.qmd b/docs/unsloth.qmd index 390609fd33..90cb49bafa 100644 --- a/docs/unsloth.qmd +++ b/docs/unsloth.qmd @@ -34,7 +34,7 @@ unsloth_lora_o: true ``` These options are composable and can be used with multi-gpu finetuning -``` +```yaml unsloth_cross_entropy_loss: true unsloth_rms_norm: true unsloth_rope: true