Skip to content

Commit 31d8ed8

Browse files
committed
Add comma to test_common
1 parent 1ec47da commit 31d8ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/models/language/generation/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
pytest.param(
8888
"TitanML/tiny-mixtral", # mixtral
8989
marks=[pytest.mark.cpu_model],
90-
)
90+
),
9191
pytest.param("Saesara/swissai"), # swissai
9292
])
9393
@pytest.mark.parametrize("max_tokens", [32])

0 commit comments

Comments
 (0)