.gitignore
.pylintrc
LICENSE
Makefile
NOTES.md
README.md
format.sh
pyproject.toml
setup.cfg
./fastchat/__init__.py
./fastchat/app.py
./fastchat/constants.py
./fastchat/conversation.py
./fastchat/utils.py
./fastchat/client/__init__.py
./fastchat/client/api.py
./fastchat/client/test_client.py
./fastchat/data/__init__.py
./fastchat/data/alpaca-converter.py
./fastchat/data/clean_sharegpt.py
./fastchat/data/hardcoded_questions.py
./fastchat/data/inspect.py
./fastchat/data/merge.py
./fastchat/data/optional_clean.py
./fastchat/data/pretty_json.py
./fastchat/data/sample.py
./fastchat/data/split_long_conversation.py
./fastchat/eval/eval_gpt_review.py
./fastchat/eval/generate_webpage_data_from_table.py
./fastchat/eval/get_model_answer.py
./fastchat/eval/qa_baseline_gpt35.py
./fastchat/model/__init__.py
./fastchat/model/apply_delta.py
./fastchat/model/apply_lora.py
./fastchat/model/convert_fp16.py
./fastchat/model/make_delta.py
./fastchat/protocol/chat_completion.py
./fastchat/serve/__init__.py
./fastchat/serve/api.py
./fastchat/serve/cacheflow_worker.py
./fastchat/serve/cli.py
./fastchat/serve/compression.py
./fastchat/serve/controller.py
./fastchat/serve/fake_worker.py
./fastchat/serve/gradio_block_arena_anony.py
./fastchat/serve/gradio_block_arena_named.py
./fastchat/serve/gradio_css.py
./fastchat/serve/gradio_patch.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/monkey_patch_non_inplace.py
./fastchat/serve/register_worker.py
./fastchat/serve/serve_chatglm.py
./fastchat/serve/test_message.py
./fastchat/serve/test_throughput.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
.github/scripts/release.py
.github/workflows/publish.yml
.github/workflows/release.yml
assets/demo_narrow.gif
assets/screenshot_cli.png
assets/screenshot_gui.png
assets/vicuna_logo.jpeg
docs/github_action.md
docs/vicuna_weights_version.md
docs/weights_version.md
docs/commands/data_cleaning.md
docs/commands/local_cluster.md
docs/commands/pypi.md
docs/commands/webserver.md
fastchat/__init__.py
fastchat/app.py
fastchat/constants.py
fastchat/conversation.py
fastchat/utils.py
fastchat/client/__init__.py
fastchat/client/api.py
fastchat/client/test_client.py
fastchat/data/__init__.py
fastchat/data/alpaca-converter.py
fastchat/data/clean_sharegpt.py
fastchat/data/hardcoded_questions.py
fastchat/data/inspect.py
fastchat/data/merge.py
fastchat/data/optional_clean.py
fastchat/data/pretty_json.py
fastchat/data/sample.py
fastchat/data/split_long_conversation.py
fastchat/eval/README.md
fastchat/eval/eval_gpt_review.py
fastchat/eval/generate_webpage_data_from_table.py
fastchat/eval/get_model_answer.py
fastchat/eval/qa_baseline_gpt35.py
fastchat/eval/requirements.txt
fastchat/eval/script/run_model_qa.yaml
fastchat/eval/table/model.jsonl
fastchat/eval/table/prompt.jsonl
fastchat/eval/table/question.jsonl
fastchat/eval/table/reviewer.jsonl
fastchat/eval/table/answer/answer_alpaca-13b.jsonl
fastchat/eval/table/answer/answer_bard.jsonl
fastchat/eval/table/answer/answer_gpt35.jsonl
fastchat/eval/table/answer/answer_llama-13b.jsonl
fastchat/eval/table/answer/answer_vicuna-13b-20230322-new-hp-fp16.jsonl
fastchat/eval/table/answer/answer_vicuna-13b.jsonl
fastchat/eval/table/answer/answer_vicuna-7b-20230322-fp16.jsonl
fastchat/eval/table/review/others/review_llama_alpaca-13b.jsonl
fastchat/eval/table/review/vicuna-13b_20230322-clean-lang/review_alpaca-13b_vicuna-13b.jsonl
fastchat/eval/table/review/vicuna-13b_20230322-clean-lang/review_bard_vicuna-13b.jsonl
fastchat/eval/table/review/vicuna-13b_20230322-clean-lang/review_gpt35_vicuna-13b.jsonl
fastchat/eval/table/review/vicuna-13b_20230322-clean-lang/review_llama-13b_vicuna-13b.jsonl
fastchat/eval/table/review/vicuna-13b_20230322-new-hp-fp16/review_alpaca-13b_vicuna-13b-20230322-new-hp-fp16.jsonl
fastchat/eval/table/review/vicuna-13b_20230322-new-hp-fp16/review_bard_vicuna-13b-20230322-new-hp-fp16.jsonl
fastchat/eval/table/review/vicuna-13b_20230322-new-hp-fp16/review_gpt35_vicuna-13b-20230322-new-hp-fp16.jsonl
fastchat/eval/table/review/vicuna-13b_20230322-new-hp-fp16/review_llama_vicuna-13b-20230322-new-hp-fp16.jsonl
fastchat/eval/table/review/vicuna-7b_20230322-fp16/review_alpaca-13b_vicuna-7b.jsonl
fastchat/eval/table/review/vicuna-7b_20230322-fp16/review_bard_vicuna-7b.jsonl
fastchat/eval/table/review/vicuna-7b_20230322-fp16/review_gpt35_vicuna-7b.jsonl
fastchat/eval/table/review/vicuna-7b_20230322-fp16/review_llama_vicuna-7b.jsonl
fastchat/eval/webpage/index.html
fastchat/eval/webpage/script.js
fastchat/eval/webpage/styles.css
fastchat/eval/webpage/figures/alpaca.png
fastchat/eval/webpage/figures/bard.jpg
fastchat/eval/webpage/figures/chatgpt.svg
fastchat/eval/webpage/figures/llama.jpg
fastchat/eval/webpage/figures/swords_FILL0_wght300_GRAD0_opsz48.svg
fastchat/eval/webpage/figures/vicuna.jpeg
fastchat/model/__init__.py
fastchat/model/apply_delta.py
fastchat/model/apply_lora.py
fastchat/model/convert_fp16.py
fastchat/model/make_delta.py
fastchat/protocol/chat_completion.py
fastchat/serve/__init__.py
fastchat/serve/api.py
fastchat/serve/cacheflow_worker.py
fastchat/serve/cli.py
fastchat/serve/compression.py
fastchat/serve/controller.py
fastchat/serve/fake_worker.py
fastchat/serve/gradio_block_arena_anony.py
fastchat/serve/gradio_block_arena_named.py
fastchat/serve/gradio_css.py
fastchat/serve/gradio_patch.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/monkey_patch_non_inplace.py
fastchat/serve/register_worker.py
fastchat/serve/serve_chatglm.py
fastchat/serve/test_message.py
fastchat/serve/test_throughput.py
fastchat/serve/gateway/README.md
fastchat/serve/gateway/nginx.conf
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
playground/data/dummy.json
scripts/convert_llama_weights_to_hf.py
scripts/sync_local_checkpoint.sh
scripts/test_train.sh
scripts/train-vicuna.yaml
scripts/train_vicuna_13b.sh
scripts/train_vicuna_7b.sh
scripts/upload_pypi.sh
scripts/serving/controller.yaml
scripts/serving/model_worker.yaml
ytchat.egg-info/PKG-INFO
ytchat.egg-info/SOURCES.txt
ytchat.egg-info/dependency_links.txt
ytchat.egg-info/entry_points.txt
ytchat.egg-info/requires.txt
ytchat.egg-info/top_level.txt