math-solver / agents /torch_ultralytics_compat.py
Cuong2004
Deploy API from GitHub Actions
395651c
raw
history blame contribute delete
167 Bytes
"""Shim: moved to ``vision_ocr.compat`` for OCR worker isolation."""
from vision_ocr.compat import allow_ultralytics_weights
__all__ = ["allow_ultralytics_weights"]