Skip to content

Commit 1d11e25

Browse files
committed
fix lint error
1 parent 9a60fad commit 1d11e25

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

examples/qualcomm/oss_scripts/llm_utils/eval_decoder_model_qnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def __init__(
105105
output_dir: str = ".",
106106
quant_attrs=None,
107107
build_folder: str = "build-android",
108-
target = "aarch64-android",
108+
target="aarch64-android",
109109
):
110110
super().__init__(None, tokenizer, max_seq_length)
111111
import getpass

examples/qualcomm/qaihub_scripts/utils/export.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,14 @@ def get_tensor(io_info, tensors, logger, checking_output=False):
148148

149149

150150
def to_context_binary(
151-
model_lib, soc_model, device, host, target, build_folder, output_folder, logger,
151+
model_lib,
152+
soc_model,
153+
device,
154+
host,
155+
target,
156+
build_folder,
157+
output_folder,
158+
logger,
152159
):
153160
ext = Path(model_lib).suffix
154161
if ext == ".bin":

0 commit comments

Comments
 (0)