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

Class ModelPath

fastdeploy/entrypoints/openai/serving_models.py:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30@dataclass
31class ModelPath:
32 name: str
33 model_path: str
34 verification: bool = False
35
36
37class OpenAIServingModels:

Callers 3

create_model_pathsFunction · 0.90
lifespanFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected