OneStarDao commited on
Commit
1f028e2
Β·
verified Β·
1 Parent(s): 24a3b0f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,8 +1,9 @@
 
1
  git+https://github.com/onestardao/WFGY.git@main
2
  numpy<2.0
3
- torch==2.2.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu
4
  transformers==4.41.2
5
- sentence-transformers
6
  gradio==4.28.1
7
  tabulate
8
  matplotlib
 
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
9
  matplotlib