Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/onnxruntime/transformers/__init__.py

# -------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation.  All rights reserved.
# Licensed under the MIT License.
# --------------------------------------------------------------------------
import os
import sys

sys.path.append(os.path.dirname(__file__))
Back to Directory File Manager