We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b2560 commit 84dcf95Copy full SHA for 84dcf95
prepline_general/api/general.py
@@ -441,9 +441,9 @@ def pipeline_api(
441
)
442
elif hi_res_model_name and hi_res_model_name in CHIPPER_MODEL_TYPES:
443
with ChipperMemoryProtection():
444
- elements = partition(**partition_kwargs) # pyright: ignore[reportGeneralTypeIssues]
+ elements = partition(**partition_kwargs) # type: ignore # pyright: ignore[reportGeneralTypeIssues]
445
else:
446
447
448
except OSError as e:
449
if isinstance(e.args[0], str) and (
0 commit comments