Skip to content

Commit a3e0fde

Browse files
committed
Revert changes to test parameters
Let's see if there's any issue without these changes. If not, we can cancel / postpone changes to a separate PR. Signed-off-by: Ihar Hrachyshka <[email protected]>
1 parent 3967f3a commit a3e0fde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/smoke/test_train.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

2626
MINIMAL_TRAINING_ARGS = {
2727
"max_seq_len": 140, # this config fits nicely on 4xL40s and may need modification for other setups
28-
"max_batch_len": 5000,
28+
"max_batch_len": 15000,
2929
"num_epochs": 1,
30-
"effective_batch_size": 128,
30+
"effective_batch_size": 3840,
3131
"save_samples": 0,
3232
"learning_rate": 1e-4,
3333
"warmup_steps": 1,
@@ -51,7 +51,7 @@
5151
RUNNER_CPUS_EXPECTED = 4
5252

5353
# Number of samples to randomly sample from the processed dataset for faster training
54-
NUM_SAMPLES_TO_KEEP = 2500
54+
NUM_SAMPLES_TO_KEEP = 5000
5555

5656

5757
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)