From f5febc729a65f4438d3003136485d66a86fa37bc Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 28 May 2024 11:36:50 -0400 Subject: [PATCH] fix lint issue that snuck through (#1665) --- examples/llama-3/lora-8b.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llama-3/lora-8b.yml b/examples/llama-3/lora-8b.yml index cd21effb9..dfc881faf 100644 --- a/examples/llama-3/lora-8b.yml +++ b/examples/llama-3/lora-8b.yml @@ -24,7 +24,7 @@ lora_alpha: 16 lora_dropout: 0.05 lora_target_linear: true lora_fan_in_fan_out: -lora_modules_to_save: +lora_modules_to_save: - embed_tokens - lm_head