Jae-Won Chung commited on
Commit
d25986a
1 Parent(s): dc2880c

Try to fix HF space build

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. setup.py +5 -1
requirements.txt CHANGED
@@ -1 +1 @@
1
- .[app]
 
1
+ spitfight[app]
setup.py CHANGED
@@ -6,7 +6,11 @@ extras_require = {
6
  "fschat==0.2.23",
7
  "text_generation @ git+https://github.com/ml-energy/text_generation_energy@master",
8
  ],
9
- "app": ["plotly==5.15.0", "gradio==3.39.0", "pydantic==1.10.9"],
 
 
 
 
10
  "benchmark": ["zeus-ml", "fschat==0.2.23", "tyro", "rich"],
11
  }
12
 
 
6
  "fschat==0.2.23",
7
  "text_generation @ git+https://github.com/ml-energy/text_generation_energy@master",
8
  ],
9
+ "app": [
10
+ "plotly==5.15.0",
11
+ "gradio==3.39.0",
12
+ "text_generation @ git+https://github.com/ml-energy/text_generation_energy@master",
13
+ ],
14
  "benchmark": ["zeus-ml", "fschat==0.2.23", "tyro", "rich"],
15
  }
16