gigiblender commented on code in PR #12941: URL: https://github.com/apache/tvm/pull/12941#discussion_r989170984
########## ci/scripts/github/github_commenter.py: ########## @@ -18,8 +18,14 @@ import re import logging +import sys +from pathlib import Path from typing import Dict, Tuple, Any, Optional, List, Union +# Hackery to enable importing of utils from ci/scripts/jenkins Review Comment: Yes, I think that's needed until we create the proper package structure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
