Skip to content

ml模型分布式服务部署:grpc,flask;docker

Notifications You must be signed in to change notification settings

MachineLP/QDServing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

代码目录

.
├── modelServing             # ml模型服务(gRPC服务)
│   ├── app
│   ├── conf
│   ├── logs
│   ├── README.md
│   ├── run_client.py
│   ├── run_service.py
│   └── test.py
├── serving                # 负载均衡、业务服务(flask/gRPC服务)
│   ├── app
│   ├── conf
│   ├── logs
│   ├── README.md
│   ├── flask_run.py
│   ├── grpc_run.py
│   └── test.py
├── README.md
├── QDModelServing.jpg


QDModelServing

About

ml模型分布式服务部署:grpc,flask;docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages