Skip to content

Commit 0c7ad16

Browse files
committed
Expose use_external_data_format in pipeline options. TODO: Improve support and allow per-file specification
1 parent 3a01a94 commit 0c7ad16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pipelines.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3300,6 +3300,7 @@ export async function pipeline(
33003300
device = null,
33013301
dtype = null,
33023302
model_file_name = null,
3303+
use_external_data_format,
33033304
session_options = {},
33043305
} = {}
33053306
) {
@@ -3330,6 +3331,7 @@ export async function pipeline(
33303331
device,
33313332
dtype,
33323333
model_file_name,
3334+
use_external_data_format,
33333335
session_options,
33343336
}
33353337

0 commit comments

Comments
 (0)