Skip to content

Commit 156dff8

Browse files
committed
Run make style
1 parent e3cdbd9 commit 156dff8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

optimum/exporters/tasks.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,11 @@ def get_model_from_task(
18121812
use_auth_token = model_kwargs.pop("use_auth_token", None)
18131813
trust_remote_code = model_kwargs.pop("trust_remote_code", False)
18141814
model = model_class(
1815-
model_name_or_path, device=device, cache_folder=cache_folder, use_auth_token=use_auth_token, trust_remote_code=trust_remote_code,
1815+
model_name_or_path,
1816+
device=device,
1817+
cache_folder=cache_folder,
1818+
use_auth_token=use_auth_token,
1819+
trust_remote_code=trust_remote_code,
18161820
)
18171821
else:
18181822
try:

0 commit comments

Comments
 (0)