Skip to content

Commit 401a3a8

Browse files
author
David Thrower
committed
Try fixing an issue with the args for the serialization test script.
1 parent 1ddb636 commit 401a3a8

File tree

2 files changed

+540
-483
lines changed

2 files changed

+540
-483
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
-v $(pwd)/artifacts:/opt/artifacts \
3030
-e MLFLOW_PORT=7777 \
3131
-e DATASET_TO_RUN="david-thrower/tiny-stories-mini-96-seq-len-50000-samples" \
32-
-e PHASE_I_A_SAMPLES_TO_CREATE=30 \
33-
-e PHASE_I_B_SAMPLES_TO_CREATE=20 \
34-
-e PHASE_I_B_SAMPLE_EXPANSION_BATCH_SIZE=10 \
32+
-e PHASE_I_A_SAMPLES_TO_CREATE=10 \
33+
-e PHASE_I_B_SAMPLES_TO_CREATE=10 \
34+
-e PHASE_I_B_SAMPLE_EXPANSION_BATCH_SIZE=5 \
3535
-e PHASE_I_B_VAL_SPLIT=0.15 \
3636
-e MAX_SEQ_LENGTH=96 \
3737
davidt101/cerebros-llm:${{ github.run_number }}

0 commit comments

Comments
 (0)