questgen / FastT5 /__init__.py
ViXuan's picture
cleaner files
1571051
raw
history blame contribute delete
No virus
238 Bytes
from .huggingface_utils import set_auth_token
from .onnx_models import OnnxT5, export_and_get_onnx_model, get_onnx_model
from .ort_settings import get_onnx_runtime_sessions
from .onnx_exporter import generate_onnx_representation, quantize