Skip to content

Commit 47673cf

Browse files
committed
Edited a comment on compile params dump
Signed-off-by: Dhiraj Kumar Sah <[email protected]>
1 parent b540ea1 commit 47673cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QEfficient/base/modeling_qeff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def _compile(
389389
try:
390390
subprocess.run(command, capture_output=True, check=True)
391391

392-
# Dumping compile paramters in a JSON file after successful ONNX export
392+
# Dumping compile paramters in a JSON file after successful QPC compilation
393393
compile_params_json = compile_dir / "compile_params.json"
394394
with open(compile_params_json, "w") as fp:
395395
json.dump(

0 commit comments

Comments
 (0)