()
| 7 | |
| 8 | @pytest.fixture(scope="module", autouse=True) |
| 9 | def create_server(): |
| 10 | global server |
| 11 | server = ServerPreset.stories15m_moe() |
| 12 | server.lora_files = [download_file(LORA_FILE_URL)] |
| 13 | |
| 14 | |
| 15 | @pytest.mark.parametrize("scale,re_content", [ |
nothing calls this directly
no test coverage detected