LlamaCppPipeline.mjs |
@import {ProgressAndStatusCallbackParams} from "../../content/Utils.sys.mjs"
|
10164 |
LlamaPipeline.mjs |
@typedef {import("../../content/Utils.sys.mjs").ProgressAndStatusCallbackParams} ProgressAndStatusCallbackParams
|
11732 |
ONNXPipeline.mjs |
global Tensor, InferenceSession |
29500 |
OpenAIPipeline.mjs |
@typedef {import("../../content/Utils.sys.mjs").ProgressAndStatusCallbackParams} ProgressAndStatusCallbackParams
|
3664 |
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.
|
2508 |