[CSM] update model id (#38211)

* update model id

* codec_model eval

* add processor img

* use ungated repo for processor tests
This commit is contained in:
eustlb
2025-05-27 17:03:55 +02:00
committed by GitHub
parent 07dd6b2495
commit b9f8f863d9
8 changed files with 17 additions and 14 deletions

View File

@@ -37,8 +37,7 @@ class CsmProcessorTest(ProcessorTesterMixin, unittest.TestCase):
@classmethod
def setUpClass(cls):
# TODO: @eustlb, change for hf-internal-testing/csm-1b
cls.checkpoint = "eustlb/csm-1b"
cls.checkpoint = "hf-internal-testing/namespace-sesame-repo_name_csm-1b"
processor = CsmProcessor.from_pretrained(cls.checkpoint)
cls.audio_token = processor.audio_token
cls.audio_token_id = processor.audio_token_id