dylanglenister commited on
Commit
a7245c0
·
1 Parent(s): fc13663

Adding dev requirements.

Browse files

These are for installing on your local machine so you can develop without needing to install the 200 billion gigabytes that fucking torch requires

Files changed (2) hide show
  1. requirements-dev.txt +10 -0
  2. requirements.txt +2 -2
requirements-dev.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ pydantic
4
+ httpx
5
+ numpy
6
+ google-genai
7
+ huggingface_hub
8
+ psutil
9
+ python-dotenv
10
+ #pymongo
requirements.txt CHANGED
@@ -15,7 +15,7 @@ pandas==2.0.3
15
  sentence-transformers==2.2.2
16
  torch==2.1.1
17
  transformers==4.35.2
18
- accelerate==0.26.0
19
 
20
  # Vector similarity search
21
  faiss-cpu==1.7.4
@@ -23,7 +23,7 @@ faiss-cpu==1.7.4
23
  # LLMs
24
  google-genai
25
  huggingface_hub
26
- # MongoDB
27
  pymongo==4.6.0
28
 
29
  # System monitoring
 
15
  sentence-transformers==2.2.2
16
  torch==2.1.1
17
  transformers==4.35.2
18
+ accelerate==0.26.0
19
 
20
  # Vector similarity search
21
  faiss-cpu==1.7.4
 
23
  # LLMs
24
  google-genai
25
  huggingface_hub
26
+ # MongoDB
27
  pymongo==4.6.0
28
 
29
  # System monitoring