Skip to content

Commit

Permalink
Update lora_config.yaml with new param: num_layers (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
hschaeufler authored Oct 26, 2024
1 parent 4971462 commit ab4bf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llms/mlx_lm/examples/lora_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data: "/path/to/training/data"
seed: 0

# Number of layers to fine-tune
lora_layers: 16
num_layers: 16

# Minibatch size.
batch_size: 4
Expand Down

0 comments on commit ab4bf05

Please sign in to comment.