From 625ecc72d3d89d07afc0af92f4f7182f9cd17a2a Mon Sep 17 00:00:00 2001 From: Steven Roussey Date: Fri, 31 Jan 2025 21:24:20 -0800 Subject: [PATCH] Add option to use external data format in pipeline initialization --- src/pipelines.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pipelines.js b/src/pipelines.js index 649b00a49..ca4de9471 100644 --- a/src/pipelines.js +++ b/src/pipelines.js @@ -3301,6 +3301,7 @@ export async function pipeline( dtype = null, model_file_name = null, session_options = {}, + use_external_data_format = false, } = {} ) { // Helper method to construct pipeline @@ -3331,6 +3332,7 @@ export async function pipeline( dtype, model_file_name, session_options, + use_external_data_format, } const classes = new Map([