Skip to content

Commit c8425d0

Browse files
committed
Update test
1 parent a2e522c commit c8425d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/vllm/test_vllm_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class TestVLLMTokenizerCreation(unittest.TestCase):
3131
def test_tokenizer_created_with_correct_revision(self):
3232
config = VLLMModelConfig(
33-
model_name="lewtun/different-chat-templates-per-revision", revision="new_chat_template"
33+
model_name="lighteval-internal-testing/different-chat-templates-per-revision", revision="new_chat_template"
3434
)
3535
vllm_tokenizer = VLLMModel.__new__(VLLMModel)._create_auto_tokenizer(config)
3636
tokenizer = AutoTokenizer.from_pretrained(

0 commit comments

Comments
 (0)