serving
serving copied to clipboard
Can I config a batch process that make tow models to serve in one restful/grpc API?
Now I have model A and model B. I want to config a process that predict use both A and B,but only export one restful/grpc API. How can I get it? Thx a lot~