Skip to content

Commit

Permalink
correct bucketname
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Jul 18, 2024
1 parent 55f6b97 commit e021cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def decorator(func):
class TestS3Helper(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.model_name = "jan-hq-test/tokenizer-tinyllama"
cls.model_name = "jan-hq-test/tinyllama-v1.1"
cls.dataset_name = "jan-hq-test/test-dataset"
S3Helper()

Expand Down

0 comments on commit e021cbe

Please sign in to comment.