Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -100,7 +100,8 @@ tokenizers==0.10.3
|
|
100 |
torch==1.10.2
|
101 |
tqdm==4.62.3
|
102 |
transformers==4.15.0
|
103 |
-
|
|
|
104 |
urllib3==1.26.8
|
105 |
uvicorn==0.17.4
|
106 |
Wand==0.6.7
|
|
|
100 |
torch==1.10.2
|
101 |
tqdm==4.62.3
|
102 |
transformers==4.15.0
|
103 |
+
typing-inspect==0.8.0
|
104 |
+
typing_extensions==4.5.0
|
105 |
urllib3==1.26.8
|
106 |
uvicorn==0.17.4
|
107 |
Wand==0.6.7
|