UNPKG

inference-server

Version:

Libraries and server to build AI applications. Adapters to various native bindings allowing local inference. Integrate it with your application, or use as a microservice.

9 lines (8 loc) 195 B
interface ModelPathInfo { domain?: string; org?: string; name: string; branch?: string; } export declare function parseModelPathInfo(modelPath: string): ModelPathInfo; export {};