Spaces:
Runtime error
Runtime error
File size: 2,805 Bytes
e72aedf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
LICENSE README.md pyproject.toml fastchat/__init__.py fastchat/constants.py fastchat/conversation.py fastchat/utils.py fastchat/data/__init__.py fastchat/data/clean_sharegpt.py fastchat/data/convert_alpaca.py fastchat/data/extract_gpt4_only.py fastchat/data/extract_single_round.py fastchat/data/filter_wrong_format.py fastchat/data/get_stats.py fastchat/data/hardcoded_questions.py fastchat/data/inspect_data.py fastchat/data/merge.py fastchat/data/optional_clean.py fastchat/data/prepare_all.py fastchat/data/pretty_json.py fastchat/data/sample.py fastchat/data/split_long_conversation.py fastchat/data/split_train_test.py fastchat/llm_judge/common.py fastchat/llm_judge/compute_agreement.py fastchat/llm_judge/gen_api_answer.py fastchat/llm_judge/gen_judgment.py fastchat/llm_judge/gen_model_answer.py fastchat/llm_judge/qa_browser.py fastchat/llm_judge/show_result.py fastchat/model/__init__.py fastchat/model/apply_delta.py fastchat/model/apply_lora.py fastchat/model/compression.py fastchat/model/convert_fp16.py fastchat/model/llama_condense_monkey_patch.py fastchat/model/make_delta.py fastchat/model/model_adapter.py fastchat/model/model_chatglm.py fastchat/model/model_codet5p.py fastchat/model/model_falcon.py fastchat/model/model_registry.py fastchat/model/monkey_patch_non_inplace.py fastchat/model/rwkv_model.py fastchat/model/upload_hub.py fastchat/modules/__init__.py fastchat/modules/gptq.py fastchat/protocol/api_protocol.py fastchat/protocol/openai_api_protocol.py fastchat/serve/__init__.py fastchat/serve/api_provider.py fastchat/serve/bard_worker.py fastchat/serve/cli.py fastchat/serve/controller.py fastchat/serve/gradio_block_arena_anony.py fastchat/serve/gradio_block_arena_named.py fastchat/serve/gradio_web_server.py fastchat/serve/gradio_web_server_multi.py fastchat/serve/huggingface_api.py fastchat/serve/inference.py fastchat/serve/model_worker.py fastchat/serve/openai_api_server.py fastchat/serve/register_worker.py fastchat/serve/test_message.py fastchat/serve/test_throughput.py fastchat/serve/vllm_worker.py fastchat/serve/monitor/basic_stats.py fastchat/serve/monitor/clean_battle_data.py fastchat/serve/monitor/count_ip.py fastchat/serve/monitor/elo_analysis.py fastchat/serve/monitor/hf_space_leaderboard_app.py fastchat/serve/monitor/inspect_conv.py fastchat/serve/monitor/leaderboard_csv_to_html.py fastchat/serve/monitor/monitor.py fastchat/serve/monitor/tag_openai_moderation.py fastchat/train/llama_flash_attn_monkey_patch.py fastchat/train/train.py fastchat/train/train_flant5.py fastchat/train/train_lora.py fastchat/train/train_mem.py fschat.egg-info/PKG-INFO fschat.egg-info/SOURCES.txt fschat.egg-info/dependency_links.txt fschat.egg-info/requires.txt fschat.egg-info/top_level.txt tests/test_cli.py tests/test_openai_api.py tests/test_openai_langchain.py |