Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -16,4 +16,5 @@ python_dotenv
|
|
16 |
openai
|
17 |
git+https://github.com/huggingface/transformers.git
|
18 |
torch
|
19 |
-
transformers[cuda]
|
|
|
|
16 |
openai
|
17 |
git+https://github.com/huggingface/transformers.git
|
18 |
torch
|
19 |
+
transformers[cuda]
|
20 |
+
accelerate
|