Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
class
ModelPath:
32
name: str
33
model_path: str
34
verification: bool = False
35
36
37
class
OpenAIServingModels:
Callers
3
create_model_paths
Function · 0.90
lifespan
Function · 0.90
test_serving_models.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected