v0.2.34
版本发布时间: 2023-12-10 00:38:38
lm-sys/FastChat最新发布版本:v0.2.36(2024-02-11 23:40:27)
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/2780
- Update UI and new models by @infwinston in https://github.com/lm-sys/FastChat/pull/2762
- Support MetaMath by @iojw in https://github.com/lm-sys/FastChat/pull/2748
- Use common logging code in the OpenAI API server by @geekoftheweek in https://github.com/lm-sys/FastChat/pull/2758
- Show how to turn on experiment tracking for fine-tuning by @morganmcg1 in https://github.com/lm-sys/FastChat/pull/2742
- Support xDAN-L1-Chat Model by @xiechengmude in https://github.com/lm-sys/FastChat/pull/2732
- Update the version to 0.2.34 by @merrymercy in https://github.com/lm-sys/FastChat/pull/2793
New 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