De4u commited on
Commit
bb57f8d
·
verified ·
1 Parent(s): 5ae8d6e

Fix: CPU torch, lazy load, preload models at build

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- streamlit>=1.33
2
- torch>=2.0
3
- numpy>=1.24
4
  pillow>=9.5
5
  huggingface_hub>=0.23.0
 
1
+ streamlit>=1.33,<1.45
2
+ numpy>=1.24,<2.3
 
3
  pillow>=9.5
4
  huggingface_hub>=0.23.0