Skip to content

Commit

Permalink
Fix notebooks v2 (#2448)
Browse files Browse the repository at this point in the history
* fix autoresume with slashed directory

* Revert "fix autoresume with slashed directory"

This reverts commit 3dfb5f5.

revert

* change cifar path
  • Loading branch information
rishab-partha authored Aug 18, 2023
1 parent f34f86b commit 78554ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_notebook(notebook: str, device: str, s3_bucket: str):
except ImportError as e:
raise MissingConditionalImportError('streaming', 'boto3') from e

obj = urlparse('s3://mosaicml-internal-integration-testing/CIFAR-10/')
obj = urlparse('s3://mosaicml-internal-integration-testing/read_only/CIFAR-10/')
s3 = boto3.resource('s3')
bucket = s3.Bucket(obj.netloc)
files = bucket.objects.filter(Prefix=obj.path.lstrip('/'))
Expand Down

0 comments on commit 78554ba

Please sign in to comment.