remove unused torch pkg as that was consuming 12gb of the container img

This commit is contained in:
Viktor Barzin 2025-06-01 20:31:50 +00:00
parent 0bdfeec195
commit 16b88c4aac
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 329 deletions

View file

@ -11,7 +11,6 @@ cachetools = "^5.3.2"
diskcache = "^5.6.3"
tqdm = "^4.66.2"
pillow = "^10.2.0"
torch = "^2.2.1"
numpy = "^1.26.4"
transformers = "^4.38.2"
pytesseract = "^0.3.10"