Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-07-22 22:58:28 +05:30
parent d1308bf149
commit bc8bf2007d
99 changed files with 4784 additions and 111 deletions
+9
View File
@@ -0,0 +1,9 @@
# NOTE: runpod is installed LAST in the Dockerfile (after modelscope), so
# modelscope's aggressive dependency pins can't break `import runpod` at startup.
torch==2.1.2
torchvision==0.16.2
modelscope==1.9.5
opencv-python-headless==4.9.0.80
pillow==10.2.0
numpy==1.24.4
timm==0.9.12