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) 183 B
import type { CommandModule } from 'yargs'; interface RemoveCommandArgs { pattern?: string; } export declare const removeCommand: CommandModule<{}, RemoveCommandArgs>; export {};