8000 LLMUnity/CHANGELOG.release.md at main · undreamai/LLMUnity · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 452 Bytes

CHANGELOG.release.md

File metadata and controls

14 lines (10 loc) · 452 Bytes

🚀 Features

  • Integrate DeepSeek models (PR: #312)
  • Update LlamaLib to v1.2.3 (llama.cpp b4688) (PR: #312)
  • Drop CUDA 11.7.1 support (PR: #312)
  • Add warm-up function for provided prompt (PR: #301)
  • Add documentation in Unity tooltips (PR: #302)

🐛 Fixes

  • Fix code signing on iOS (PR: #298)
  • Persist debug mode and use of extras to the build (PR: #304)
  • Fix dependency resolution for full CUDA and vulkan architectures (PR: #313)
0