Removed some Obsolete APIs:
-
State.ToByteArray
andState.FromByteArray
were never safe to use, now removed. - Added
State.Load
andState.Save
, to replace the only uses ofToByteArray
/FromByteArray
- Removed
LLamaTokenType
- it's been removed from llama.cpp - Using
All
instead ofInstance
inNativeLogConfig
- Removed redundant
unsafe
block inSafeLLamaContextHandle