Skip to content

Removed some Obsolete APIs:

Muhammed Emre Akkus requested to merge master into main-gitlab
  • State.ToByteArray and State.FromByteArray were never safe to use, now removed.
  • Added State.Load and State.Save, to replace the only uses of ToByteArray/FromByteArray
  • Removed LLamaTokenType - it's been removed from llama.cpp
  • Using All instead of Instance in NativeLogConfig
  • Removed redundant unsafe block in SafeLLamaContextHandle

Merge request reports