LLamaSharp/LLama
Martin Evans d11702c4ea
Merge pull request #310 from martindevans/better_tensor_splits_specification
Better TensorSplitsCollection Initialisation
2023-11-18 17:30:09 +00:00
..
Abstractions Modified `TensorSplitsCollection` so it accepts any number of splits, as long as it doesn't exceed the number of supported devices 2023-11-17 23:18:27 +00:00
Common Merge pull request #312 from martindevans/removed_obsolete_modelparams_constructor 2023-11-18 12:25:01 +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 This commit (5fe721bdbe) accidentally removed a load of stuff that it shouldn't. Fixed that. 2023-11-15 01:36:33 +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 Improved test coverage. Discovered some issues: 2023-11-18 02:40:36 +00:00
runtimes Merge branch 'master' of github.com:AsakusaRinne/LLamaSharp into cuda_detection 2023-11-12 12:10:31 +08: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 Improved method return description 2023-11-08 13:23:21 -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 Added Obsolete markings to all `Eval` overloads 2023-11-17 01:53:49 +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 Improved test coverage. Discovered some issues: 2023-11-18 02:40:36 +00:00
LLamaInteractExecutor.cs Improved test coverage. Discovered some issues: 2023-11-18 02:40:36 +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 Merge branch 'master' of github.com:AsakusaRinne/LLamaSharp into cuda_detection 2023-11-12 12:10:31 +08:00
LLamaSharp.csproj Added dotnet8.0 as a build target 2023-11-15 01:09:37 +00:00
LLamaStatelessExecutor.cs - Added support for the MinP sampler 2023-11-12 00:05:18 +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