convert-*.py: flake8 remove blank line
This commit is contained in:
parent
f98f1098f9
commit
3b1766a992
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ class TestMetadataMethod(unittest.TestCase):
|
||||||
self.assertEqual(gguf.Metadata.get_model_id_components("crestf411/daybreak-kunoichi-2dpo-7b"),
|
self.assertEqual(gguf.Metadata.get_model_id_components("crestf411/daybreak-kunoichi-2dpo-7b"),
|
||||||
('daybreak-kunoichi-2dpo-7b', 'crestf411', None, None, None, None))
|
('daybreak-kunoichi-2dpo-7b', 'crestf411', None, None, None, None))
|
||||||
|
|
||||||
|
|
||||||
def test_apply_metadata_heuristic_from_model_card(self):
|
def test_apply_metadata_heuristic_from_model_card(self):
|
||||||
model_card = {
|
model_card = {
|
||||||
'tags': ['Llama-3', 'instruct', 'finetune', 'chatml', 'DPO', 'RLHF', 'gpt4', 'synthetic data', 'distillation', 'function calling', 'json mode', 'axolotl'],
|
'tags': ['Llama-3', 'instruct', 'finetune', 'chatml', 'DPO', 'RLHF', 'gpt4', 'synthetic data', 'distillation', 'function calling', 'json mode', 'axolotl'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue