polpoDevs commited on
Commit
b6affa9
1 Parent(s): 01df37e

Update requirements.txt

Browse files

update 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

Files changed (1) hide show
  1. 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