Skip to content

Commit

Permalink
Add option to use external data format in pipeline initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed Feb 1, 2025
1 parent 6f43f24 commit 625ecc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -3331,6 +3332,7 @@ export async function pipeline(
dtype,
model_file_name,
session_options,
use_external_data_format,
}

const classes = new Map([
Expand Down

0 comments on commit 625ecc7

Please sign in to comment.