MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / create_server

Function create_server

smallthinker/tools/server/tests/unit/test_lora.py:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8@pytest.fixture(scope="module", autouse=True)
9def 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", [

Callers

nothing calls this directly

Calls 2

download_fileFunction · 0.85
stories15m_moeMethod · 0.80

Tested by

no test coverage detected