LLamaSharp/LLama/Abstractions
Martin Evans 6a4cd506bd Added a safe `TensorSplitsCollection` to the params which prevents incorrectly setting the `tensor_splits` collection 2023-10-20 14:10:20 +01:00
..
IContextParams.cs - Added threads to context params, replaced all thread args with `uint?` 2023-10-12 18:49:41 +01:00
IHistoryTransform.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2023-08-22 23:20:13 +01:00
IInferenceParams.cs Initial changes to match the llama.cpp changes 2023-09-29 01:18:21 +01:00
ILLamaExecutor.cs Minimal changes required to remove non-async inference. 2023-09-14 21:04:14 +01:00
ILLamaParams.cs - Split parameters into two interfaces 2023-09-30 16:21:18 +01:00
IModelParams.cs Added a safe `TensorSplitsCollection` to the params which prevents incorrectly setting the `tensor_splits` collection 2023-10-20 14:10:20 +01:00
ITextStreamTransform.cs Minimal changes required to remove non-async inference. 2023-09-14 21:04:14 +01:00
ITextTransform.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2023-08-22 23:20:13 +01:00