mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Combined requirements back in to 1 file.
This commit is contained in:
parent
b5cc5dcb37
commit
a36d06766d
3 changed files with 6 additions and 3 deletions
|
|
@ -1,2 +0,0 @@
|
|||
--index-url https://download.pytorch.org/whl/cpu/
|
||||
torch==2.6.0
|
||||
|
|
@ -1 +0,0 @@
|
|||
sentence-transformers==3.4.1
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue