Skip to content

Release v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 12:02

πŸš€ Features

  • Update to latest llama.cpp (b3617) (PR: #210)
  • Integrate Llama 3.1 and Gemma2 models in model dropdown
  • Implement embedding and lora adapter functionality (PR: #210)
  • Read context length and warn if it is very large (PR: #211)
  • Setup allowing to use extra features: flash attention and IQ quants (PR: #216)
  • Allow HTTP request retries for remote server (PR: #217)
  • Allow to set lora weights at startup, add unit test (PR: #219)
  • allow relative StreamingAssets paths for models (PR: #221)

πŸ› Fixes

  • Fix set template for remote setup (PR: #208)
  • fix crash when stopping scene before LLM creation (PR: #214)

πŸ“¦ General

  • Documentation/point to gguf format for lora (PR: #215)