cbensimon HF staff commited on
Commit
ae6c330
1 Parent(s): 7e19bd9

Fix ConfigError

Browse files

PyTorch 2.3.1 is not supported anymore on ZeroGPU because of https://github.com/pytorch/pytorch/issues/122085

Currently supported versions are :
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -9,6 +9,6 @@ gradio==4.41.0
9
  ruff==0.5.7
10
  scipy # for LMS scheduler
11
  spaces
12
- torch==2.3.1
13
  torchvision==0.18.1
14
  transformers==4.43.4
 
9
  ruff==0.5.7
10
  scipy # for LMS scheduler
11
  spaces
12
+ torch==2.2.0
13
  torchvision==0.18.1
14
  transformers==4.43.4