Skip to content

Commit 4276f2b

Browse files
Update train_a_generative_llm.py
Restore to main version.
1 parent 0046f86 commit 4276f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_a_generative_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# environment.
4646

4747
# Samples to use for the neural architecture seaerch stage
48-
PHASE_I_A_SAMPLES_TO_CREATE = 20
48+
PHASE_I_A_SAMPLES_TO_CREATE = 10
4949

5050
# Samples to use for the main training stage
5151
PHASE_I_B_SAMPLES_TO_CREATE = 20

0 commit comments

Comments
 (0)