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.

6 lines (5 loc) 196 B
import type { InferenceServerOptions } from '../../server.js'; export declare function loadConfig(customPath?: string): Promise<{ path: string; options: InferenceServerOptions; } | null>;