Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
unsloth @ git+https://github.com/unslothai/unsloth.git
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
xformers
|
11 |
-
trl
|
12 |
-
peft
|
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
|
|