Skip to content

Commit 52d33c6

Browse files
author
Ubuntu
committed
fixed syntaxing error for sweep config
1 parent 3bb1bcc commit 52d33c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sweep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ parameters:
1717
max: 0.001 # 1e-3
1818
distribution: log_uniform_values
1919
num_train_epochs:
20-
values: 4
20+
values: [4]
2121
peft_rank:
2222
values: [32, 64]
2323
train_sample:
24-
values: True
24+
values: [True]
2525

2626
# early_terminate:
2727
# type: hyperband

0 commit comments

Comments
 (0)