Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
huggingface_hub
|
2 |
peft
|
3 |
psutil
|
4 |
tqdm
|
5 |
gradio
|
6 |
|
7 |
-
numpy
|
8 |
-
sentencepiece
|
9 |
-
transformers
|
10 |
-
gguf
|
11 |
-
protobuf
|
12 |
|
13 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
14 |
-
torch
|
15 |
|
16 |
gradio_log
|
17 |
bitsandbytes
|
|
|
1 |
+
huggingface_hub
|
2 |
peft
|
3 |
psutil
|
4 |
tqdm
|
5 |
gradio
|
6 |
|
7 |
+
numpy
|
8 |
+
sentencepiece
|
9 |
+
transformers
|
10 |
+
gguf
|
11 |
+
protobuf
|
12 |
|
13 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
14 |
+
torch
|
15 |
|
16 |
gradio_log
|
17 |
bitsandbytes
|