chore: update node_modules with new binary files and dependencies
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers - Update various JavaScript and TypeScript files in node_modules - Remove unused files and dependencies - Add new test fixtures and documentation files
This commit is contained in:
7
node_modules/onnxruntime-node/dist/backend.d.ts
generated
vendored
Normal file
7
node_modules/onnxruntime-node/dist/backend.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Backend, InferenceSession, SessionHandler } from 'onnxruntime-common';
|
||||
declare class OnnxruntimeBackend implements Backend {
|
||||
init(): Promise<void>;
|
||||
createSessionHandler(pathOrBuffer: string | Uint8Array, options?: InferenceSession.SessionOptions): Promise<SessionHandler>;
|
||||
}
|
||||
export declare const onnxruntimeBackend: OnnxruntimeBackend;
|
||||
export {};
|
||||
Reference in New Issue
Block a user