feat: implemented correct lama bindings

This commit is contained in:
2025-04-24 16:50:37 +02:00
parent eb00e869fc
commit 5baefdcc6f
4 changed files with 87 additions and 32 deletions

View File

@@ -2,7 +2,14 @@
name = "secure_pixelation"
version = "0.0.0"
dependencies = [
"torch==2.1.2",
"torchvision==0.16.2",
"opencv_python~=4.11.0.86",
"numpy<2.0.0",
"hf_transfer==0.1.8",
"huggingface_hub==0.25.1",
"ultralytics~=8.3.114",
]
authors = []