simplify by removing duplicate base_model_config (#772)

This commit is contained in:
Wing Lian
2023-10-23 01:42:38 -04:00
committed by GitHub
parent 44c9d0151a
commit 2d8def68dc
39 changed files with 10 additions and 42 deletions

View File

@@ -31,7 +31,6 @@ class TestMistral(unittest.TestCase):
cfg = DictDefault(
{
"base_model": "openaccess-ai-collective/tiny-mistral",
"base_model_config": "openaccess-ai-collective/tiny-mistral",
"flash_attention": True,
"sample_packing": True,
"sequence_len": 1024,
@@ -78,7 +77,6 @@ class TestMistral(unittest.TestCase):
cfg = DictDefault(
{
"base_model": "openaccess-ai-collective/tiny-mistral",
"base_model_config": "openaccess-ai-collective/tiny-mistral",
"flash_attention": True,
"sample_packing": True,
"sequence_len": 1024,