ciyidogan commited on
Commit
1f1324e
·
verified ·
1 Parent(s): 3b7165d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -14
requirements.txt CHANGED
@@ -1,16 +1,3 @@
1
- # === FastAPI ve sunucu ===
2
  fastapi==0.110.1
3
  uvicorn==0.29.0
4
-
5
- # === Transformers ve LLM araçları ===
6
- transformers
7
- unsloth
8
- bitsandbytes
9
- torch==2.2.2
10
-
11
- # === API çağrıları ===
12
- requests==2.31.0
13
-
14
- # === Sistem araçları ===
15
- psutil
16
- numpy<2
 
 
1
  fastapi==0.110.1
2
  uvicorn==0.29.0
3
+ requests==2.31.0