mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 09:21:18 +08:00
Update lora_config.yaml with new param: num_layers (#1068)
This commit is contained in:
parent
4971462bf0
commit
ab4bf05c6e
@ -14,7 +14,7 @@ data: "/path/to/training/data"
|
|||||||
seed: 0
|
seed: 0
|
||||||
|
|
||||||
# Number of layers to fine-tune
|
# Number of layers to fine-tune
|
||||||
lora_layers: 16
|
num_layers: 16
|
||||||
|
|
||||||
# Minibatch size.
|
# Minibatch size.
|
||||||
batch_size: 4
|
batch_size: 4
|
||||||
|
Loading…
Reference in New Issue
Block a user