7 lines
141 B
Python
7 lines
141 B
Python
"""
|
|
Inference utility functions
|
|
"""
|
|
from utils.inference.inference_config import load_inference_config
|
|
|
|
__all__ = ["load_inference_config"]
|
|
|