sql-query-optimizer / baseline.py
Param20h's picture
Upload folder using huggingface_hub
2541228 verified
raw
history blame contribute delete
197 Bytes
"""Compatibility wrapper for the required inference.py entrypoint."""
from __future__ import annotations
from inference import run_inference
if __name__ == "__main__":
run_inference()