kells1986 commited on
Commit
7624ae9
·
1 Parent(s): b38ebdd

Specify python version and only use CPU

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 3.24.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ python: 3.10.8
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- torch==2.0.0
2
  transformers==4.25.1
 
1
+ torch==2.0.0+cpu
2
  transformers==4.25.1