We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e522c commit c8425d0Copy full SHA for c8425d0
tests/models/vllm/test_vllm_model.py
@@ -30,7 +30,7 @@
30
class TestVLLMTokenizerCreation(unittest.TestCase):
31
def test_tokenizer_created_with_correct_revision(self):
32
config = VLLMModelConfig(
33
- model_name="lewtun/different-chat-templates-per-revision", revision="new_chat_template"
+ model_name="lighteval-internal-testing/different-chat-templates-per-revision", revision="new_chat_template"
34
)
35
vllm_tokenizer = VLLMModel.__new__(VLLMModel)._create_auto_tokenizer(config)
36
tokenizer = AutoTokenizer.from_pretrained(
0 commit comments