Unclaimed project
Are you a maintainer of FastChat? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
FastChat
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
Last updated 3 months ago
Back to changelogNew
Release v0.2.34
What's Changed
- fix tokenizer.pad_token attribute error by @wangshuai09 in https://github.com/lm-sys/FastChat/pull/2710
- support stable-vicuna model by @hi-jin in https://github.com/lm-sys/FastChat/pull/2696
- Exllama cache 8bit by @mjkaye in https://github.com/lm-sys/FastChat/pull/2719
- Add Yi support by @infwinston in https://github.com/lm-sys/FastChat/pull/2723
- Add Hermes 2.5 [fixed] by @152334H in https://github.com/lm-sys/FastChat/pull/2725
- Fix Hermes2Adapter by @lewtun in https://github.com/lm-sys/FastChat/pull/2727
- Fix YiAdapter by @Jingsong-Yan in https://github.com/lm-sys/FastChat/pull/2730
- add trust_remote_code argument by @wangshuai09 in https://github.com/lm-sys/FastChat/pull/2715
- Add revision arg to MT Bench answer generation by @lewtun in https://github.com/lm-sys/FastChat/pull/2728
- Fix MPS backend 'index out of range' error by @suquark in https://github.com/lm-sys/FastChat/pull/2737
- add starling support by @infwinston in https://github.com/lm-sys/FastChat/pull/2738
- Add deepseek chat by @BabyChouSr in https://github.com/lm-sys/FastChat/pull/2760
- a convenient script for spinning up the API with Model Workers by @ckgresla in https://github.com/lm-sys/FastChat/pull/2790
Prevent returning partial stop string in vllm worker by @pandada8 in https://github.com/lm-sys/FastChat/pull/2780Update UI and new models by @infwinston in https://github.com/lm-sys/FastChat/pull/2762Support MetaMath by @iojw in https://github.com/lm-sys/FastChat/pull/2748Use common logging code in the OpenAI API server by @geekoftheweek in https://github.com/lm-sys/FastChat/pull/2758Show how to turn on experiment tracking for fine-tuning by @morganmcg1 in https://github.com/lm-sys/FastChat/pull/2742Support xDAN-L1-Chat Model by @xiechengmude in https://github.com/lm-sys/FastChat/pull/2732Update the version to 0.2.34 by @merrymercy in https://github.com/lm-sys/FastChat/pull/2793New Contributors
- @mjkaye made their first contribution in https://github.com/lm-sys/FastChat/pull/2719
- @152334H made their first contribution in https://github.com/lm-sys/FastChat/pull/2725
- @Jingsong-Yan made their first contribution in https://github.com/lm-sys/FastChat/pull/2730
- @ckgresla made their first contribution in https://github.com/lm-sys/FastChat/pull/2790
- @pandada8 made their first contribution in https://github.com/lm-sys/FastChat/pull/2780
- @iojw made their first contribution in https://github.com/lm-sys/FastChat/pull/2748
- @geekoftheweek made their first contribution in https://github.com/lm-sys/FastChat/pull/2758
- @morganmcg1 made their first contribution in https://github.com/lm-sys/FastChat/pull/2742
- @xiechengmude made their first contribution in https://github.com/lm-sys/FastChat/pull/2732
Full Changelog: https://github.com/lm-sys/FastChat/compare/v0.2.33...v0.2.34