Skip to content

Commit

Permalink
Merge branch 'dev' into mvpatel2000/remove-deprecated-code
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Apr 30, 2024
2 parents 0dfbd99 + 35d62e7 commit 237b340
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/utils/object_store/test_gs_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def test_gs_object_store_integration_json_auth(expected_use_gcs_sdk_val=True, cl
train_dataloader=train_dataloader,
save_folder='gs://mosaicml-internal-integration-testing/checkpoints/{run_name}',
save_filename='test-model.pt',
max_duration='2ba',
max_duration='1ba',
precision='bf16',
)
run_name = trainer_save.state.run_name
gcs_os = get_gcs_os_from_trainer(trainer_save)
Expand All @@ -49,7 +50,8 @@ def test_gs_object_store_integration_json_auth(expected_use_gcs_sdk_val=True, cl
model=model,
train_dataloader=train_dataloader,
load_path=f'gs://mosaicml-internal-integration-testing/checkpoints/{run_name}/test-model.pt',
max_duration='4ba',
max_duration='2ba',
precision='bf16',
)
trainer_load.fit()
trainer_load.close()
Expand Down

0 comments on commit 237b340

Please sign in to comment.