Skip to content

Commit

Permalink
test: update bind cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Aug 2, 2024
1 parent 4c8093c commit e1c4341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lang/test_bind_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestBind(unittest.TestCase):

@classmethod
def setUpClass(cls):
cls.backend = sgl.Runtime(model_path="meta-llama/Meta-Llama-3-8B-Instruct")
cls.backend = sgl.Runtime(model_path="meta-llama/Meta-Llama-3.1-8B-Instruct")
sgl.set_default_backend(cls.backend)

@classmethod
Expand Down

0 comments on commit e1c4341

Please sign in to comment.