[QAIRT] Implement QAIRT ORT->Genie workflow#2358
[QAIRT] Implement QAIRT ORT->Genie workflow#2358qti-kromero wants to merge 48 commits intomicrosoft:mainfrom
Conversation
…der' into dev/qti-kromero/qairt-genai-builder
…ro/qairt-genai-builder
| # -------------------------------------------------------------------------- | ||
|
|
||
| import logging | ||
| import numbers |
Check notice
Code scanning / CodeQL
Unused import Note
| import logging | ||
| import numbers | ||
| import os | ||
| from collections.abc import Mapping, MutableMapping |
Check notice
Code scanning / CodeQL
Unused import Note
| import os | ||
| from collections.abc import Mapping, MutableMapping | ||
| from pathlib import Path | ||
| from typing import Any, ClassVar, Union |
Check notice
Code scanning / CodeQL
Unused import Note
|
|
||
| import json | ||
| import logging | ||
| import re |
Check notice
Code scanning / CodeQL
Unused import Note
| import threading | ||
| from pathlib import Path | ||
| from queue import Empty, Queue | ||
| from typing import Union |
Check notice
Code scanning / CodeQL
Unused import Note
| from typing import Union | ||
|
|
||
| from olive.common.config_utils import ParamCategory | ||
| from olive.common.utils import hardlink_copy_file |
Check notice
Code scanning / CodeQL
Unused import Note
| line = stdout_line.rstrip() | ||
| logger.info(line) | ||
| stdout_lines.append(line) | ||
| except Empty: |
Check notice
Code scanning / CodeQL
Empty except Note
| line = stderr_line.rstrip() | ||
| logger.debug(line) | ||
| stderr_lines.append(line) | ||
| except Empty: |
Check notice
Code scanning / CodeQL
Empty except Note
There was a problem hiding this comment.
lintrunner found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Describe your changes
Checklist before requesting a review
lintrunner -a(Optional) Issue link