Skip to content

Commit

Permalink
Nevermind, I guess we can't disable evals
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Feb 6, 2024
1 parent 61b6a05 commit ef7a35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/prep_for_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main(config: str, data: str):
with open(config) as f:
cfg = yaml.safe_load(f.read())
cfg["sequence_len"] = 1024
cfg["val_set_size"] = 0
cfg["val_set_size"] = 16
cfg["num_epochs"] = 2
with open(config, "w") as f:
yaml.dump(cfg, f)
Expand Down

0 comments on commit ef7a35b

Please sign in to comment.