mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 17:31:18 +08:00
Update lora_config.yaml (#735)
Update LoRa config YAML, replacing the adapter file argument with the adapter path argument.
This commit is contained in:
parent
c012eb173f
commit
699de35b03
@ -34,7 +34,7 @@ steps_per_eval: 200
|
|||||||
resume_adapter_file: null
|
resume_adapter_file: null
|
||||||
|
|
||||||
# Save/load path for the trained adapter weights.
|
# Save/load path for the trained adapter weights.
|
||||||
adapter_file: "adapters.npz"
|
adapter_path: "adapters"
|
||||||
|
|
||||||
# Save the model every N iterations.
|
# Save the model every N iterations.
|
||||||
save_every: 100
|
save_every: 100
|
||||||
|
Loading…
Reference in New Issue
Block a user