Spaces:
Runtime error
Runtime error
testing
Browse files- requirements copy.txt +4 -2
- requirements.txt +1 -0
requirements copy.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
3 |
rwkvstic==0.7.0
|
4 |
torch==1.13.1
|
5 |
inquirer==3.1.2
|
|
|
1 |
+
# Automatically generated by https://github.com/damnever/pigar.
|
2 |
+
|
3 |
+
discord==2.1.0
|
4 |
+
python-dotenv==0.21.1
|
5 |
rwkvstic==0.7.0
|
6 |
torch==1.13.1
|
7 |
inquirer==3.1.2
|
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ torch==1.13.1
|
|
7 |
inquirer==3.1.2
|
8 |
scipy==1.10.1
|
9 |
nvidia-cuda-runtime-cu12==12.0.146
|
|
|
10 |
--extra-index-url https://pypi.ngc.nvidia.com
|
|
|
7 |
inquirer==3.1.2
|
8 |
scipy==1.10.1
|
9 |
nvidia-cuda-runtime-cu12==12.0.146
|
10 |
+
transformers==4.26.1
|
11 |
--extra-index-url https://pypi.ngc.nvidia.com
|