cbensimon HF staff commited on
Commit
43a0ff9
1 Parent(s): f50a8ea

Fix Runtime Error

Browse files

PyTorch is not compatible with the new NumPy 2

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- numpy
2
  accelerate==0.25.0
3
  spaces
4
  transformers==4.37.2
 
1
+ numpy<2
2
  accelerate==0.25.0
3
  spaces
4
  transformers==4.37.2