From 699de35b034cdc1cb18d20a368f638c73b16a1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=A6=E6=AD=A4?= Date: Mon, 29 Apr 2024 01:24:34 +0800 Subject: [PATCH] Update lora_config.yaml (#735) Update LoRa config YAML, replacing the adapter file argument with the adapter path argument. --- llms/mlx_lm/examples/lora_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms/mlx_lm/examples/lora_config.yaml b/llms/mlx_lm/examples/lora_config.yaml index 90bdd6ad..ae79fb65 100644 --- a/llms/mlx_lm/examples/lora_config.yaml +++ b/llms/mlx_lm/examples/lora_config.yaml @@ -34,7 +34,7 @@ steps_per_eval: 200 resume_adapter_file: null # Save/load path for the trained adapter weights. -adapter_file: "adapters.npz" +adapter_path: "adapters" # Save the model every N iterations. save_every: 100