hello-ram commited on
Commit
41a4fb5
·
verified ·
1 Parent(s): 4f6e2dc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  fastapi==0.109.0
2
  uvicorn[standard]==0.23.2
3
- # CPU-only PyTorch
4
  torch==2.1.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
5
  transformers==4.34.0
6
  numpy<2
7
  pydantic==2.5.0
8
- unsloth
 
1
  fastapi==0.109.0
2
  uvicorn[standard]==0.23.2
3
+ # Use official CPU-only PyTorch wheel
4
  torch==2.1.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
5
  transformers==4.34.0
6
  numpy<2
7
  pydantic==2.5.0
8
+