v0.2.32
版本发布时间: 2023-11-01 17:22:04
lm-sys/FastChat最新发布版本:v0.2.36(2024-02-11 23:40:27)
What's Changed
- Fix for single turn dataset by @toslunar in https://github.com/lm-sys/FastChat/pull/2509
- replace os.getenv with os.path.expanduser because the first one doesn… by @khalil-Hennara in https://github.com/lm-sys/FastChat/pull/2515
- Fix arena by @merrymercy in https://github.com/lm-sys/FastChat/pull/2522
- Update Dockerfile by @dubaoquan404 in https://github.com/lm-sys/FastChat/pull/2524
- add Llama2ChangAdapter by @lcw99 in https://github.com/lm-sys/FastChat/pull/2510
- Add ExllamaV2 Inference Framework Support. by @leonxia1018 in https://github.com/lm-sys/FastChat/pull/2455
- Improve docs by @merrymercy in https://github.com/lm-sys/FastChat/pull/2534
- Fix warnings for new gradio versions by @merrymercy in https://github.com/lm-sys/FastChat/pull/2538
- Improve chat templates by @merrymercy in https://github.com/lm-sys/FastChat/pull/2539
- Add Zephyr 7B Alpha by @lewtun in https://github.com/lm-sys/FastChat/pull/2535
- Improve Support for Mistral-Instruct by @Steve-Tech in https://github.com/lm-sys/FastChat/pull/2547
- correct max_tokens by context_length instead of raise exception by @liunux4odoo in https://github.com/lm-sys/FastChat/pull/2544
- Revert "Improve Support for Mistral-Instruct" by @merrymercy in https://github.com/lm-sys/FastChat/pull/2552
- Fix Mistral template by @normster in https://github.com/lm-sys/FastChat/pull/2529
- Add additional Informations from the vllm worker by @SebastianBodza in https://github.com/lm-sys/FastChat/pull/2550
- Make FastChat work with LMSYS-Chat-1M Code by @CodingWithTim in https://github.com/lm-sys/FastChat/pull/2551
- Create
tags
attribute to fixMarkupError
in rich CLI by @Steve-Tech in https://github.com/lm-sys/FastChat/pull/2553 - move BaseModelWorker outside serve.model_worker to make it independent by @liunux4odoo in https://github.com/lm-sys/FastChat/pull/2531
- Misc style and bug fixes by @merrymercy in https://github.com/lm-sys/FastChat/pull/2559
- Fix README.md by @infwinston in https://github.com/lm-sys/FastChat/pull/2561
- release v0.2.31 by @merrymercy in https://github.com/lm-sys/FastChat/pull/2563
- resolves #2542 modify dockerfile to upgrade cuda to 12.2.0 and pydantic 1.10.13 by @alexdelapaz in https://github.com/lm-sys/FastChat/pull/2565
- Add airoboros_v3 chat template (llama-2 format) by @jondurbin in https://github.com/lm-sys/FastChat/pull/2564
- Add Xwin-LM V0.1, V0.2 support by @REIGN12 in https://github.com/lm-sys/FastChat/pull/2566
- Fixed model_worker generate_gate may blocked main thread (#2540) by @lvxuan263 in https://github.com/lm-sys/FastChat/pull/2562
- feat: add claude-v2 by @congchan in https://github.com/lm-sys/FastChat/pull/2571
- Update vigogne template by @bofenghuang in https://github.com/lm-sys/FastChat/pull/2580
- Fix issue #2568: --device mps led to TypeError: forward() got an unexpected keyword argument 'padding_mask'. by @Phil-U-U in https://github.com/lm-sys/FastChat/pull/2579
- Add Mistral-7B-OpenOrca conversation_temmplate by @waynespa in https://github.com/lm-sys/FastChat/pull/2585
- docs: bit misspell comments model adapter default template name conversation by @guspan-tanadi in https://github.com/lm-sys/FastChat/pull/2594
- Update Mistral template by @Gk-rohan in https://github.com/lm-sys/FastChat/pull/2581
- Update README.md (vicuna-v1.3 -> vicuna-1.5) by @infwinston in https://github.com/lm-sys/FastChat/pull/2592
- Update README.md to highlight chatbot arena by @infwinston in https://github.com/lm-sys/FastChat/pull/2596
- Add Lemur model by @ugolotti in https://github.com/lm-sys/FastChat/pull/2584
- add trust_remote_code=True in BaseModelAdapter by @edisonwd in https://github.com/lm-sys/FastChat/pull/2583
- Openai interface add use beam search and best of 2 by @leiwen83 in https://github.com/lm-sys/FastChat/pull/2442
- Update qwen and add pygmalion by @Trangle in https://github.com/lm-sys/FastChat/pull/2607
- feat: Support model AquilaChat2 by @fangyinc in https://github.com/lm-sys/FastChat/pull/2616
- Added settings vllm by @SebastianBodza in https://github.com/lm-sys/FastChat/pull/2599
- [Logprobs] Support logprobs=1 by @comaniac in https://github.com/lm-sys/FastChat/pull/2612
New Contributors
- @toslunar made their first contribution in https://github.com/lm-sys/FastChat/pull/2509
- @khalil-Hennara made their first contribution in https://github.com/lm-sys/FastChat/pull/2515
- @dubaoquan404 made their first contribution in https://github.com/lm-sys/FastChat/pull/2524
- @leonxia1018 made their first contribution in https://github.com/lm-sys/FastChat/pull/2455
- @lewtun made their first contribution in https://github.com/lm-sys/FastChat/pull/2535
- @normster made their first contribution in https://github.com/lm-sys/FastChat/pull/2529
- @SebastianBodza made their first contribution in https://github.com/lm-sys/FastChat/pull/2550
- @alexdelapaz made their first contribution in https://github.com/lm-sys/FastChat/pull/2565
- @REIGN12 made their first contribution in https://github.com/lm-sys/FastChat/pull/2566
- @lvxuan263 made their first contribution in https://github.com/lm-sys/FastChat/pull/2562
- @Phil-U-U made their first contribution in https://github.com/lm-sys/FastChat/pull/2579
- @waynespa made their first contribution in https://github.com/lm-sys/FastChat/pull/2585
- @guspan-tanadi made their first contribution in https://github.com/lm-sys/FastChat/pull/2594
- @Gk-rohan made their first contribution in https://github.com/lm-sys/FastChat/pull/2581
- @ugolotti made their first contribution in https://github.com/lm-sys/FastChat/pull/2584
- @edisonwd made their first contribution in https://github.com/lm-sys/FastChat/pull/2583
- @fangyinc made their first contribution in https://github.com/lm-sys/FastChat/pull/2616
- @comaniac made their first contribution in https://github.com/lm-sys/FastChat/pull/2612
Full Changelog: https://github.com/lm-sys/FastChat/compare/v0.2.30...v0.2.32