phase 4
This commit is contained in:
6
core/gpu/models/__init__.py
Normal file
6
core/gpu/models/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user