Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ uvicorn[standard]
|
|
3 |
pandas
|
4 |
tiktoken
|
5 |
torch
|
6 |
-
|
|
|
|
|
|
3 |
pandas
|
4 |
tiktoken
|
5 |
torch
|
6 |
+
torchvision
|
7 |
+
tqdm
|
8 |
+
cuda-python==1.8
|