fix lint issue that snuck through (#1665)
Browse files
examples/llama-3/lora-8b.yml
CHANGED
@@ -24,7 +24,7 @@ lora_alpha: 16
|
|
24 |
lora_dropout: 0.05
|
25 |
lora_target_linear: true
|
26 |
lora_fan_in_fan_out:
|
27 |
-
lora_modules_to_save:
|
28 |
- embed_tokens
|
29 |
- lm_head
|
30 |
|
|
|
24 |
lora_dropout: 0.05
|
25 |
lora_target_linear: true
|
26 |
lora_fan_in_fan_out:
|
27 |
+
lora_modules_to_save:
|
28 |
- embed_tokens
|
29 |
- lm_head
|
30 |
|