Skip to content

Commit

Permalink
Fix repeats since not needed for mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed Dec 30, 2023
1 parent dd1b550 commit 360f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/high_order_interpolation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
# Number of times to repeat the dataset. I have a random width
# sampler, that should be done deterministically, but it isn't
# ideally this number would be max_features.
repeats: 10
repeats: 1

train:
filenames: null # ["books/the_raven.txt", "books/frankenstein.txt"]
Expand Down

0 comments on commit 360f013

Please sign in to comment.