Skip to content

Releases: nomic-ai/gpt4all

v2.5.3

20 Nov 18:25
Compare
Choose a tag to compare

What's Changed

  • LocalDocs now uses text embeddings to query documents for more accurate retrieval (#1648)
  • Fix GUI hang with LocalDocs (#1658)
  • Typescript bindings: vulkan and gguf support by @jacoobes in #1390
  • Bindings: improve quality of error messages (#1625)

New Contributors

Full Changelog: v2.5.2...v2.5.3

v2.5.2

30 Oct 23:55
Compare
Choose a tag to compare

What's Changed

  • backend: support GGUFv3 (#1582)
  • Important fixes for AMD GPUs
  • Don't start recalculating context immediately for saved chats
  • UI fixes for chat name generation
  • UI fixes for leading whitespaces in chat generation

Full Changelog: v2.5.1...v2.5.2

v2.5.0-pre1

06 Oct 21:52
Compare
Choose a tag to compare
v2.5.0-pre1 Pre-release
Pre-release

Pre-release 1 of version 2.5.0 is now available! This is a pre-release with offline installers and includes:

  • GGUF file format support (only, old model files will not run)
  • Completely new set of models including Mistral and Wizard v1.2
  • Restored support for Falcon model (which is now GPU accelerated)
  • Restored support for MPT
  • Based on latest llama.cpp as of late September
  • Speed improvements and bugfixes to GPU support
  • Improved GUI for cpu/gpu fallback
  • Numerous other improvements