Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -2,6 +2,11 @@ huggingface-hub==0.15.1
|
|
2 |
torch
|
3 |
torchaudio
|
4 |
tokenizers==0.13.3
|
5 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
6 |
gradio==3.34.0
|
7 |
openai==0.27.8
|
|
|
2 |
torch
|
3 |
torchaudio
|
4 |
tokenizers==0.13.3
|
5 |
+
git+https://github.com/huggingface/transformers@de9255de27abfcae4a1f816b904915f0b1e23cd9
|
6 |
+
accelerate
|
7 |
+
git+https://github.com/huggingface/peft.git
|
8 |
+
datasets
|
9 |
+
bitsandbytes
|
10 |
+
einops
|
11 |
gradio==3.34.0
|
12 |
openai==0.27.8
|