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