Skip to content

Commit

Permalink
correct bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Jul 18, 2024
1 parent 536cd58 commit ca49187
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 @@ -89,7 +89,7 @@ class TestS3Helper(unittest.TestCase):
@classmethod
def setUpClass(cls):
# Set up any necessary test environment
cls.model_name_or_path = "jan-hq-test/tinyllama-v1.1"
cls.model_name_or_path = "jan-hq-test/tokenizer-tinyllama"
cls.dataset_name_or_path = "jan-hq-test/test-dataset"


Expand Down

0 comments on commit ca49187

Please sign in to comment.