Skip to content

Commit

Permalink
Fix daily tests (mosaicml#2891)
Browse files Browse the repository at this point in the history
* fix daily

* revert

---------

Co-authored-by: Daniel King <[email protected]>
  • Loading branch information
mvpatel2000 and dakinggg authored Jan 22, 2024
1 parent fbc4d85 commit c247bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def modify_cell_source(tb: TestbookNotebookClient, notebook_name: str, cell_sour
cell_source = cell_source.replace('batch_size = 1024', 'batch_size = 64')
cell_source = cell_source.replace('download=True', 'download=False')
if notebook_name == 'auto_microbatching':
cell_source = cell_source.replace('batch_size = 2048', 'batch_size = 1024')
cell_source = cell_source.replace('download=True', 'download=False')
if notebook_name == 'migrate_from_ptl':
cell_source = cell_source.replace('batch_size=256', 'batch_size=64')
Expand Down

0 comments on commit c247bc3

Please sign in to comment.