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.

8 lines (7 loc) 215 B
import type { CommandModule } from 'yargs'; interface PrepareCommandArgs { configPath?: string; concurrency?: number; } export declare const prepareCommand: CommandModule<{}, PrepareCommandArgs>; export {};