Skip to content

Commit

Permalink
Undo whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gyagp committed Aug 9, 2024
1 parent 83f5718 commit 392d4fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -3217,9 +3217,11 @@ export async function pipeline(
cache_dir = null,
local_files_only = false,
revision = 'main',
model_file_name = null,
subfolder = 'onnx',
device = null,
dtype = null,
model_file_name = null,
use_external_data_format = null,
session_options = {},
} = {}
) {
Expand Down Expand Up @@ -3247,9 +3249,11 @@ export async function pipeline(
cache_dir,
local_files_only,
revision,
model_file_name,
subfolder,
device,
dtype,
model_file_name,
use_external_data_format,
session_options,
}

Expand Down

0 comments on commit 392d4fb

Please sign in to comment.