Skip to content

Commit 00d4aef

Browse files
committed
fix lint
1 parent 1117b65 commit 00d4aef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

js/common/lib/inference-session.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,11 @@ export declare namespace InferenceSession {
261261
/**
262262
* Specify the validation mode for WebGPU execution provider.
263263
* - 'disabled': Disable all validation.
264-
* When used in Node.js, disable validation may cause process crash if WebGPU errors occur. Be
265-
* cautious when using this mode.
266-
* When used in web, this mode is equivalent to 'wgpuOnly'.
264+
* When used in Node.js, disable validation may cause process crash if WebGPU errors occur. Be cautious when using
265+
* this mode.
266+
* When used in web, this mode is equivalent to 'wgpuOnly'.
267267
* - 'wgpuOnly': Perform WebGPU internal validation only.
268-
* - 'basic': Perform basic validation including WebGPU internal validation.
269-
* This is the default mode.
268+
* - 'basic': Perform basic validation including WebGPU internal validation. This is the default mode.
270269
* - 'full': Perform full validation. This mode may have performance impact. Use it for debugging purpose.
271270
*
272271
* @default 'basic'

0 commit comments

Comments
 (0)