Sign inSign up

woshikid/fastchat

By woshikid

Updated almost 3 years ago

https://github.com/lm-sys/FastChat

Image
Machine learning & AI
0

1.7K

woshikid/fastchat repository overview

Command Line Interface
python -m fastchat.serve.cli --model-path lmsys/vicuna-7b-v1.5 --device cpu [--style rich] [--load-8bit]
Web GUI
python -m fastchat.serve.controller --host 0.0.0.0
python -m fastchat.serve.model_worker --model-path lmsys/vicuna-7b-v1.5 --device cpu --host 0.0.0.0
#python -m fastchat.serve.test_message --model-name vicuna-7b-v1.5
python -m fastchat.serve.gradio_web_server [--port 7860]
OpenAI API
python -m fastchat.serve.controller --host 0.0.0.0
python -m fastchat.serve.model_worker --model-path lmsys/vicuna-7b-v1.5 --device cpu --host 0.0.0.0
python -m fastchat.serve.openai_api_server --host 0.0.0.0 [--port 8000]

Tag summary

Content type

Image

Digest

sha256:4fdfcbe9d

Size

3.1 GB

Last updated

almost 3 years ago

docker pull woshikid/fastchat