Spaces:
Paused
Paused
ehristoforu
commited on
Commit
•
05df978
1
Parent(s):
ec24e63
Update requirements.txt
Browse files- requirements.txt +19 -1
requirements.txt
CHANGED
@@ -1,2 +1,20 @@
|
|
|
|
1 |
openai
|
2 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
openai
|
3 |
+
torch
|
4 |
+
transformers @ git+https://github.com/huggingface/transformers@5c67682b169576c4859700d551090ff79d450a9a
|
5 |
+
requests
|
6 |
+
pillow
|
7 |
+
torchvision
|
8 |
+
PyYAML
|
9 |
+
opencv-python
|
10 |
+
numpy
|
11 |
+
accelerate
|
12 |
+
joblib
|
13 |
+
deepspeed
|
14 |
+
parameterized
|
15 |
+
einops
|
16 |
+
pynvml
|
17 |
+
sentencepiece
|
18 |
+
text_generation
|
19 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@bd4570ed4343f75a7ae335ef06d5eb313d107bc9#subdirectory=client/python
|
20 |
+
https://gradio-main-build.s3.amazonaws.com/92282cea6afdf7e9930ece1046d8a63be34b3cea/gradio-3.40.1-py3-none-any.whl
|