MCPcopy Index your code
hub / github.com/PaddlePaddle/FastDeploy / FakeLoadConfig

Class FakeLoadConfig

tests/utils.py:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class FakeLoadConfig:
69 def __init__(self):
70 self.is_pre_sharded: bool = False
71 self.dynamic_load_weight: bool = False
72
73
74def get_default_test_fd_config():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected