[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:
@@ -417,7 +417,7 @@ class CsmForConditionalGenerationTest(ModelTesterMixin, GenerationTesterMixin, u
|
||||
class CsmForConditionalGenerationIntegrationTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
# TODO: @eustlb, update with correct sesame's repo
|
||||
self.model_checkpoint = "eustlb/csm-1b"
|
||||
self.model_checkpoint = "sesame/csm-1b"
|
||||
|
||||
def tearDown(self):
|
||||
cleanup(torch_device, gc_collect=True)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user