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 b540ea1 commit 47673cfCopy full SHA for 47673cf
QEfficient/base/modeling_qeff.py
@@ -389,7 +389,7 @@ def _compile(
389
try:
390
subprocess.run(command, capture_output=True, check=True)
391
392
- # Dumping compile paramters in a JSON file after successful ONNX export
+ # Dumping compile paramters in a JSON file after successful QPC compilation
393
compile_params_json = compile_dir / "compile_params.json"
394
with open(compile_params_json, "w") as fp:
395
json.dump(
0 commit comments