mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix test_modeling_mpt typo in model id (#25606)
Fix model id in get_large_model_config on file test_modeling_mpt
This commit is contained in:
parent
f09db47a71
commit
2f8acfea1c
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class MptModelTester:
|
|||
self.pad_token_id = vocab_size - 1
|
||||
|
||||
def get_large_model_config(self):
|
||||
return MptConfig.from_pretrained("mosaicml/mpt-7")
|
||||
return MptConfig.from_pretrained("mosaicml/mpt-7b")
|
||||
|
||||
def prepare_config_and_inputs(self, gradient_checkpointing=False):
|
||||
input_ids = ids_tensor([self.batch_size, self.seq_length], self.vocab_size)
|
||||
|
|
|
|||
Loading…
Reference in a new issue