Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
accelerate
|
2 |
torch
|
3 |
-
|
4 |
-
xformers
|
5 |
requests
|
6 |
numpy
|
7 |
paddlepaddle-gpu
|
8 |
torchvision
|
9 |
python-doctr
|
10 |
doctr
|
11 |
-
paddleocr
|
|
|
|
|
|
1 |
torch
|
2 |
+
torchaudio
|
|
|
3 |
requests
|
4 |
numpy
|
5 |
paddlepaddle-gpu
|
6 |
torchvision
|
7 |
python-doctr
|
8 |
doctr
|
9 |
+
paddleocr
|
10 |
+
tensorflow-gpu
|