Create requirements.txt
Browse files- 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
|