OneStarDao commited on
Commit
2401890
Β·
verified Β·
1 Parent(s): 19836ff

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  # ── WFGY demo requirements (HF Space) ──
2
  git+https://github.com/onestardao/WFGY.git@main
3
  numpy<2.0
4
- torch==2.1.2
5
- transformers==4.38.2
6
  sentence-transformers==4.1.0
7
  gradio==4.28.1
8
  tabulate
 
1
  # ── WFGY demo requirements (HF Space) ──
2
  git+https://github.com/onestardao/WFGY.git@main
3
  numpy<2.0
4
+ torch==2.2.1 # CPU wheel exists on PyPI for py-3.10
5
+ transformers==4.41.2
6
  sentence-transformers==4.1.0
7
  gradio==4.28.1
8
  tabulate