Skip to content

Commit c1b2331

Browse files
committed
Default use_external_data_format to null (unset)
1 parent 6aa8835 commit c1b2331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipelines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3300,7 +3300,7 @@ export async function pipeline(
33003300
device = null,
33013301
dtype = null,
33023302
subfolder = 'onnx',
3303-
use_external_data_format = false,
3303+
use_external_data_format = null,
33043304
model_file_name = null,
33053305
session_options = {},
33063306
} = {}

0 commit comments

Comments
 (0)