UNPKG

@shumai/shumai

Version:

A fast, network-connected, differentiable tensor library for TypeScript (and JavaScript). Built with bun + flashlight for software engineers and researchers alike.

10 lines (9 loc) 314 B
export declare function remote_runner(url: any): { shell(cmd: any): Promise<string>; logs: () => Promise<{ stdout: string; stderr: string; }>; serve_model(file: any, port?: number): Promise<(t: import("..").Tensor) => Promise<any>>; }; export declare function serve_runner(): void;