Name Description Size
LlamaPipeline.mjs @typedef {import("../../content/Utils.sys.mjs").ProgressAndStatusCallbackParams} ProgressAndStatusCallbackParams 11516
ONNXPipeline.mjs @typedef {import("../../content/Utils.sys.mjs").ProgressAndStatusCallbackParams} ProgressAndStatusCallbackParams 22323
Pipeline.mjs Initializes and returns the appropriate backend pipeline based on the given options. @param {object} consumer - The worker object that interacts with the backend. @param {ArrayBuffer} wasm - The WebAssembly module required for execution. @param {object} options - Configuration options for the pipeline. @returns {Promise<object>} A promise that resolves to the initialized pipeline. 1392