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.

10 lines (9 loc) 232 B
import type { CommandModule } from 'yargs'; interface ListCommandArgs { files: boolean; json: boolean; list: boolean; all?: boolean; } export declare const listCommand: CommandModule<{}, ListCommandArgs>; export {};