sahil239 commited on
Commit
f5179c6
Β·
verified Β·
1 Parent(s): 4283167

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+
3
+ numpy==1.26.4 # βœ… Compatible with torch and avoids ABI issues
4
+ torch==2.8.0 # βœ… Available for Python 3.12
5
+ transformers==4.52.1 # βœ… Compatible with older torch
6
+ #safetensors==0.4.0 # βœ… No torch.uint64 issue
7
+ fastapi==0.116.1
8
+ uvicorn
9
+ peft==0.7.1
10
+ pydantic==1.10.13 # βœ… No Rust build required