Update lora_config.yaml (#735)

Update LoRa config YAML, replacing the adapter file argument with the adapter path argument.
This commit is contained in:
锦此
2024-04-29 01:24:34 +08:00
committed by GitHub
parent c012eb173f
commit 699de35b03

View File

@@ -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