Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoosh committed Dec 6, 2023
1 parent 0dc2671 commit f231b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def _prepare_run_command(self, command: List[str]) -> bool:
output_path = str(self._workspace / "outputs" / "latest_trained_model")
self.set_arguments_to_cmd(command, "--output", output_path)
elif cmd_entry == "optimize":
if previous_cmd == "export":
if previous_cmd == "export": # execute PTQ. If not, execute QAT
file_path = self._find_model_path(previous_cmd)
if file_path is None:
return False
Expand Down

0 comments on commit f231b1e

Please sign in to comment.