unsloth/studio/backend/utils/inference/__init__.py
2026-03-09 20:17:45 +00:00

10 lines
245 B
Python

# SPDX-License-Identifier: AGPL-3.0-only - See /studio/LICENSE.AGPL-3.0
# Copyright © 2025 Unsloth AI
"""
Inference utility functions
"""
from utils.inference.inference_config import load_inference_config
__all__ = ["load_inference_config"]