File tree
9 files changed
+29
-4
lines changed- 2023/04/29/local-llm
- 2024
- 05
- 26
- 31
- 06/06
- script
9 files changed
+29
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13196 | 13196 |
| |
13197 | 13197 |
| |
13198 | 13198 |
| |
| 13199 | + | |
| 13200 | + | |
| 13201 | + | |
| 13202 | + | |
| 13203 | + | |
| 13204 | + | |
| 13205 | + | |
| 13206 | + | |
| 13207 | + |
- .gitignore+5
- README.md+4-3
- docker/Dockerfile+1-1
- docs/arena.md+33
- docs/model_support.md+13-3
- fastchat/constants.py+10-1
- fastchat/conversation.py+494-27
- fastchat/model/model_adapter.py+165-4
- fastchat/model/model_cllm.py+202
- fastchat/model/model_registry.py+172-73
- fastchat/serve/api_provider.py+602-19
- fastchat/serve/call_monitor.py+15-11
- fastchat/serve/gradio_block_arena_anony.py+153-264
- fastchat/serve/gradio_block_arena_named.py+43-18
- fastchat/serve/gradio_block_arena_vision.py+244-96
- fastchat/serve/gradio_block_arena_vision_anony.py+569
- fastchat/serve/gradio_block_arena_vision_named.py+443
- fastchat/serve/gradio_web_server.py+196-60
- fastchat/serve/gradio_web_server_multi.py+84-29
- fastchat/serve/monitor/clean_battle_data.py+150-40
- fastchat/serve/monitor/clean_chat_data.py+1-1
- fastchat/serve/monitor/criteria_labeling.py+214
- fastchat/serve/monitor/deduplication.py+85
- fastchat/serve/monitor/elo_analysis.py+319-66
- fastchat/serve/monitor/monitor.py+524-100
- fastchat/serve/monitor/vote_time_stats/README.md+5
- fastchat/serve/monitor/vote_time_stats/analyze_data.py+120
- fastchat/serve/monitor/vote_time_stats/plot.py+66
- fastchat/serve/openai_api_server.py+18-19
- fastchat/serve/remote_logger.py+59
- fastchat/serve/vision/create_vqa_examples_dir.py+106
- fastchat/utils.py+111-14
- playground/FastChat_API_GoogleColab.ipynb+141-141
- pyproject.toml+1-1
- theme.json+1
Submodule coophive updated from b9f6490 to 989f209
Submodule openai-cli updated from f993ec7 to 3af6c0e
Submodule aws-cost-saver added at c64d331
Submodule hydra-booster added at 5152470
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
0 commit comments