MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / DummyCfg

Class DummyCfg

tests/splitwise/test_splitwise_connector.py:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57@dataclass
58class DummyCfg:
59 parallel_config: DummyParallelConfig = field(default_factory=DummyParallelConfig)
60 scheduler_config: DummySchedulerConfig = field(default_factory=DummySchedulerConfig)
61 cache_config: DummyCacheConfig = field(default_factory=DummyCacheConfig)
62
63
64class DummyWorkerQueue:

Callers 2

_build_connectorFunction · 0.70

Calls

no outgoing calls

Tested by 2

_build_connectorFunction · 0.56