Skip to content

Releases: lm-sys/FastChat

Release v0.2.36

11 Feb 15:40
b21d0f7
Compare
Choose a tag to compare

Highlights

What's Changed

New Contributors

Full Changelog: v0.2.35...v0.2.36

Release v0.2.35

17 Jan 07:51
bb8aae5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.34...v0.2.35

Release v0.2.34

09 Dec 16:38
a7eb750
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.33...v0.2.34

Release v0.2.33

22 Nov 09:26
0a5ad3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.32...v0.2.33

Release v0.2.32

01 Nov 09:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.30...v0.2.32

Release v0.2.30

02 Oct 22:53
f9fcc9d
Compare
Choose a tag to compare

What's Changed

  • Support new models
  • Bug fixes

New Contributors

Full Changelog: v0.2.28...v0.2.30

Release v0.2.28

11 Sep 23:38
Compare
Choose a tag to compare

What's Changed

  • Multiple UI updates, performance improvements and bug fixes
  • New model support (Spicyboros + airoboros 2.2, VMware's OpenLLaMa OpenInstruct)
  • Add sponsors (Kaggle, MBZUAI, AnyScale, and Huggingface)

New Contributors

Full Changelog: v0.2.25...v0.2.28

v0.2.25

21 Aug 07:58
73163b0
Compare
Choose a tag to compare

What's Changed

  • Support new models (Qwen, WizardCoder, Llama2-Chinese, BAAI/AquilaChat-7B, OpenOrca, BGE)
  • Improve performance and usability. Fix bugs.
  • Reduce dependency by making some required packages optional

New Contributors

Full Changelog: v0.2.23...v0.2.25

Release v0.2.22

01 Aug 17:26
Compare
Choose a tag to compare
  • Released Vicuna v1.5 based on Llama 2 with 4K and 16K context lengths. Download weights
  • Released Chatbot Arena Conversations, a dataset containing 33k conversations with human preferences. Download it here.
  • Serving
    • Add a multi-model worker that can host multiple models on a single GPU and share base weights for PEFT models. #1866 #1905
    • AWQ 4-bit quantization support. #2103
    • Support model models (Llama 2, Claude 2, ChatGLM 2, StarChat, Baichuan-13B, InternLM, airoboros, PEFT adapters).
    • Better support for AMD GPUs, Intel XPUs. #1954 #2052
  • Training
    • Support rope scaling. #2013
    • Support flash attention 2. #2059
    • Support xformer. #1970

Release v0.2.18

05 Jul 11:13
Compare
Choose a tag to compare