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.

7 lines (6 loc) 179 B
import type { CommandModule } from 'yargs'; interface ShowCommandArgs { modelName?: string; } export declare const showCommand: CommandModule<{}, ShowCommandArgs>; export {};