LLamaSharp/LLama
Rinne 609e2968ad
Merge branch 'master' of github.com:SciSharp/LLamaSharp into preview
2023-12-16 19:24:35 +08:00
..
Abstractions Fixed JSON serialization for ModelParams 2023-12-14 20:24:22 +00:00
Common Fixed JSON serialization for ModelParams 2023-12-14 20:24:22 +00:00
Exceptions Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2023-10-19 00:26:30 +01:00
Extensions Implemented serialization for `MetadataOverride`. Deserialization is broken (converter is never called) 2023-12-14 16:11:31 +00:00
Grammars Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2023-10-19 00:26:30 +01:00
Native Merge branch 'master' of github.com:SciSharp/LLamaSharp into preview 2023-12-16 19:24:35 +08:00
Sampling - Removed the object wrappers and configurable pipeline, they can be better written in code. 2023-12-08 16:25:13 +00:00
runtimes Updated binaries: 2023-12-14 01:23:43 +00:00
AntipromptProcessor.cs Make AntipromptProcessor public 2023-11-14 21:41:12 +13:00
AssemblyAttributes.cs - Created a higher level `Grammar` class which is immutable and contains a list of grammar rules. This is the main "entry point" to the grammar system. 2023-08-31 00:02:50 +01:00
ChatSession.cs Rebuild ChatSession class 2023-12-05 13:10:22 -06:00
GlobalSuppressions.cs - Created a higher level `Grammar` class which is immutable and contains a list of grammar rules. This is the main "entry point" to the grammar system. 2023-08-31 00:02:50 +01:00
LLamaContext.cs Update LLama/LLamaContext.cs 2023-12-15 23:14:39 +00:00
LLamaEmbedder.cs Added logging to embedder too 2023-10-19 21:09:44 +01:00
LLamaExecutorBase.cs Improved test coverage. Discovered some issues: 2023-11-18 02:40:36 +00:00
LLamaInstructExecutor.cs - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 2023-12-08 01:02:27 +00:00
LLamaInteractExecutor.cs - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 2023-12-08 01:02:27 +00:00
LLamaQuantizer.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2023-10-19 00:26:30 +01:00
LLamaSharp.Runtime.targets Added `native/` back into path prefix 2023-11-19 18:47:42 +00:00
LLamaSharp.csproj Prevent compilation errors due to duplicated assembly info 2023-12-05 13:10:15 -06:00
LLamaStatelessExecutor.cs - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 2023-12-08 01:02:27 +00:00
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2023-10-13 23:54:01 +01:00
LLamaWeights.cs Reduced some uses of `NativeApi` in `BatchedDecoding` by adding some helper methods 2023-10-28 21:32:21 +01:00
StreamingTokenDecoder.cs feat: optimize apis for cuda feature detection. 2023-11-12 04:30:08 +08:00