moving tests around for flash_attn install

This commit is contained in:
Dan Saunders
2024-12-18 19:36:23 +00:00
parent d4e29e5b67
commit 544f2a8a27
15 changed files with 52 additions and 52 deletions

View File

@@ -1,6 +1,7 @@
"""Shared fixtures for differential transformer conversion tests."""
import pytest
from click.testing import CliRunner
@pytest.fixture()
@@ -26,3 +27,8 @@ def base_config():
"pad_token": "<|endoftext|>",
},
}
@pytest.fixture
def cli_runner():
return CliRunner()