7 lines
338 B
Python
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.
|