ciyidogan commited on
Commit
9c6ea3f
·
verified ·
1 Parent(s): 3504cc3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -12
requirements.txt CHANGED
@@ -1,14 +1,13 @@
1
- fastapi==0.110.1
2
- uvicorn==0.29.0
3
- transformers==4.42.0
4
- torch==2.2.2
5
  unsloth @ git+https://github.com/unslothai/unsloth.git
6
- bitsandbytes==0.43.1
7
- huggingface_hub==0.23.2
8
- numpy<2
9
- psutil
10
- xformers<0.0.27
11
- trl<0.9.0
12
- peft==0.7.1
13
  accelerate
14
- unsloth_zoo
 
1
+ # Temel paketler
2
+ fastapi
3
+ uvicorn
4
+ transformers
5
  unsloth @ git+https://github.com/unslothai/unsloth.git
6
+ unsloth_zoo
7
+ bitsandbytes
8
+
9
+ # İsteğe bağlı, versiyona sabitle
10
+ xformers==0.0.21
11
+ trl
12
+ peft
13
  accelerate