Skip to content

v2.7.3

Compare
Choose a tag to compare
@cebtenzzre cebtenzzre released this 13 Mar 20:45
· 111 commits to main since this release

What's New

  • Groundwork for "removedIn" field of models3.json based on unused "deprecated" field (#2063)
  • Implement warning dialog for old Mistral OpenOrca (#2034)
  • Make deleting a chat significantly faster (#2081)
  • New, smaller MPT model without duplicated tensor (#2006)
  • Make API server port configurable by @danielmeloalencar in #1640
  • Show settings for the currently selected model by default (by @chrisbarrera in #2099, e2f64f8)
  • Keep installed models in the list when searching for models (5ed9aea)

Fixes

  • Fix "Download models" button not appearing on some Linux systems (#2040)
  • Fix undefined behavior in ChatLLM::resetContext (#2041)
  • Fix ChatGPT restore from text after v2.7.1 (#2051 part 1)
  • Fix ChatGPT using context from messages that are no longer in history (#2051 part 2)
  • Fix TypeError warnings on exit (#2043)
  • Fix startup speed regression from v2.7.2 (#2089, #2094)
  • Do not show SBert and non-GUI models in choices for "Default model" (#2095)
  • Do not list cloned models on downloads page (#2090)
  • Do not attempt to show old, deleted models in downloads list (#2098)
  • Fix inability to cancel model download (#2107)

New Contributors

Full Changelog: v2.7.2...v2.7.3