Skip to content

Commit

Permalink
Debug import
Browse files Browse the repository at this point in the history
Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>
  • Loading branch information
thanawan-atc committed Jul 19, 2023
1 parent 418e03e commit abaf46f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions utils/model_uploader/model_autotracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@
# sys.path.append(ROOT_DIR)
# sys.path.append(TEST_DIR)
LICENSE_PATH = "LICENSE"

#sys.path.append(os.path.abspath(os.path.join(".")))
#print(sys.path)
from opensearch_py_ml.ml_commons import MLCommonClient
from opensearch_py_ml.ml_models.sentencetransformermodel import SentenceTransformerModel
from opensearch_tests import OPENSEARCH_TEST_CLIENT

#import opensearch_tests
#from opensearch_tests import OPENSEARCH_TEST_CLIENT

BOTH_FORMAT = "BOTH"
TORCH_SCRIPT_FORMAT = "TORCH_SCRIPT"
Expand Down

0 comments on commit abaf46f

Please sign in to comment.