MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / create_test_models

Function create_test_models

tests/common/vllm_test.py:38–40  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

36
37
38async def create_test_models(config: Config):
39 allocator = Allocator(config.explorer)
40 return await allocator.create_all_models()
41
42
43def clone_wrapper(wrapper: ModelWrapper, enable_history: bool) -> ModelWrapper:

Callers 14

asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85
_setup_enginesMethod · 0.85
asyncSetUpMethod · 0.85
asyncSetUpMethod · 0.85

Calls 2

create_all_modelsMethod · 0.95
AllocatorClass · 0.90

Tested by

no test coverage detected