LLamaSharp/LLama/Abstractions
Martin Evans f3511e390f WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving.
The biggest single change is renaming `LLamaModel` to `LLamaContext`
2023-08-13 01:10:08 +01:00
..
IHistoryTransform.cs Added documentation for the interfaces 2023-06-15 22:23:58 +02:00
IInferenceParams.cs InferenceParams abstractions 2023-08-06 11:03:45 +12:00
ILLamaExecutor.cs WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving. 2023-08-13 01:10:08 +01:00
IModelParams.cs Replaced `nint` with `float[]?` in Model params, which is much more user friendly! 2023-08-06 20:29:38 +01:00
ITextStreamTransform.cs Added documentation for the interfaces 2023-06-15 22:23:58 +02:00
ITextTransform.cs Added documentation for the interfaces 2023-06-15 22:23:58 +02:00