LLamaSharp/LLama/Abstractions
Martin Evans 9daf586ba8 Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2023-10-19 00:26:30 +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 Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2023-10-19 00:26:30 +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