Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse filesupdate requirements.txt because the app generated an error telling that a gpu needs to be used.
This post explains how to solve the issue: https://huggingface.co/docs/hub/en/spaces-gpus
- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -7,4 +7,6 @@ pandas==2.2.0
|
|
7 |
pypdf==4.0.1
|
8 |
reportlab==4.1.0
|
9 |
tiktoken==0.6.0
|
10 |
-
transformers==4.37.2
|
|
|
|
|
|
7 |
pypdf==4.0.1
|
8 |
reportlab==4.1.0
|
9 |
tiktoken==0.6.0
|
10 |
+
transformers==4.37.2
|
11 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
12 |
+
torch==2.1.0+cu118
|