Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlamypoirier committed Jan 22, 2025
1 parent 77b1324 commit 54e5fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def test_gpt_blended():
{"type": "memmap", "path": DATASET_PREFIX_MIX_1},
],
"weights": [0.75, 0.25],
"seed_shift": 0,
},
GPTBlendedDatasetConfig,
).build_and_sample(get_sampling_config(8, sequence_length=5))
Expand All @@ -410,6 +411,7 @@ def test_gpt_blended_data():
{"type": "memmap", "path": DATASET_PREFIX_MIX_1},
],
"weights": [0.75, 0.25],
"seed_shift": 0,
}
}
},
Expand Down

0 comments on commit 54e5fa5

Please sign in to comment.