Files
mediaproc/core/gpu/models/__init__.py
2026-03-30 07:22:14 -03:00

7 lines
338 B
Python

# GPU models — standalone container imports.
# When running as a container (cd gpu && python server.py), bare imports work.
# When imported from the main app (core.gpu.models.preprocess), only
# individual modules should be imported directly, not this __init__.
#
# The server.py imports detect/ocr/vlm directly, not through this file.