The following command
RUN_SLOW=1 python3 -m pytest -v tests/models/llama/test_tokenization_llama.py::LlamaIntegrationTest::test_conversion
gives
> self.assertEqual(old_serialized, new_serialized)
E AssertionError: '{\n [1465 chars] "Sequence": {\n "id": "B",\n [1794589 chars]}\n}' != '{\n [1465 chars] "SpecialToken": {\n "id": "<s>",\n[1794837 chars]}\n}'
tests/models/llama/test_tokenization_llama.py:337: AssertionError
Who can help?
@ArthurZucker