Skip to content

Commit

Permalink
submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
acebot712 committed Aug 29, 2023
1 parent ea9deff commit 57af311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FastChat
Submodule FastChat updated 39 files
+21 −5 README.md
+9 −4 docs/arena.md
+1 −1 docs/commands/webserver.md
+19 −6 docs/model_support.md
+1 −1 docs/openai_api.md
+1 −1 fastchat/__init__.py
+2 −0 fastchat/constants.py
+74 −87 fastchat/conversation.py
+6 −1 fastchat/llm_judge/README.md
+7 −4 fastchat/llm_judge/gen_api_answer.py
+25 −1 fastchat/llm_judge/gen_judgment.py
+11 −0 fastchat/llm_judge/gen_model_answer.py
+287 −7 fastchat/model/model_adapter.py
+45 −4 fastchat/model/model_registry.py
+1 −0 fastchat/protocol/openai_api_protocol.py
+19 −44 fastchat/serve/api_provider.py
+0 −162 fastchat/serve/bard_worker.py
+6 −1 fastchat/serve/controller.py
+28 −20 fastchat/serve/gradio_block_arena_anony.py
+5 −5 fastchat/serve/gradio_block_arena_named.py
+71 −20 fastchat/serve/gradio_web_server.py
+54 −27 fastchat/serve/gradio_web_server_multi.py
+7 −2 fastchat/serve/inference.py
+0 −0 fastchat/serve/launch_all_serve.py
+102 −47 fastchat/serve/model_worker.py
+6 −1 fastchat/serve/multi_model_worker.py
+243 −261 fastchat/serve/openai_api_server.py
+24 −0 fastchat/serve/shutdown_serve.py
+14 −7 fastchat/serve/vllm_worker.py
+259 −0 fastchat/train/llama2_flash_attn_monkey_patch.py
+17 −43 fastchat/train/llama_flash_attn_monkey_patch.py
+7 −1 fastchat/utils.py
+0 −3 llm-judge/README.md
+4 −4 pyproject.toml
+0 −1 scripts/shutdown_all_serve.sh
+0 −1 scripts/shutdown_controller.sh
+0 −1 scripts/shutdown_openai_api_server.sh
+0 −1 scripts/shutdown_worker.sh
+1 −0 tests/test_openai_api.py

0 comments on commit 57af311

Please sign in to comment.