This commit is contained in:
SergeantPanda 2025-03-03 16:49:53 -06:00
commit 604ff238d6
3 changed files with 6 additions and 3 deletions

View file

@ -1,2 +0,0 @@
--index-url https://download.pytorch.org/whl/cpu/
torch==2.6.0

View file

@ -1 +0,0 @@
sentence-transformers==3.4.1

View file

@ -16,3 +16,9 @@ django-cors-headers
djangorestframework-simplejwt
m3u8
rapidfuzz==3.12.1
# PyTorch dependencies (CPU only)
--extra-index-url https://download.pytorch.org/whl/cpu/
torch==2.6.0+cpu
# ML/NLP dependencies
sentence-transformers==3.4.1