You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rinne 1f97ad874b
Merge pull request #333 from AsakusaRinne/master
2 years ago
..
Abstractions Modified `TensorSplitsCollection` so it accepts any number of splits, as long as it doesn't exceed the number of supported devices 2 years ago
Common Merge pull request #312 from martindevans/removed_obsolete_modelparams_constructor 2 years ago
Exceptions Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Extensions This commit (https://github.com/SciSharp/LLamaSharp/commit/5fe721bdbee2000a82a0e0b8b120c9ec37f31106) accidentally removed a load of stuff that it shouldn't. Fixed that. 2 years ago
Grammars Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Native Merge pull request #333 from AsakusaRinne/master 2 years ago
runtimes Updated nuspec files 2 years ago
AntipromptProcessor.cs Make AntipromptProcessor public 2 years ago
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. 2 years ago
ChatSession.cs feat: allow customized search path for native library loading. 2 years ago
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. 2 years ago
LLamaContext.cs Added Obsolete markings to all `Eval` overloads 2 years ago
LLamaEmbedder.cs Added logging to embedder too 2 years ago
LLamaExecutorBase.cs Improved test coverage. Discovered some issues: 2 years ago
LLamaInstructExecutor.cs Improved test coverage. Discovered some issues: 2 years ago
LLamaInteractExecutor.cs Improved test coverage. Discovered some issues: 2 years ago
LLamaQuantizer.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
LLamaSharp.Runtime.targets Added `native/` back into path prefix 2 years ago
LLamaSharp.csproj build(deps): bump Microsoft.Extensions.Logging.Abstractions 2 years ago
LLamaStatelessExecutor.cs - Added support for the MinP sampler 2 years ago
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2 years ago
LLamaWeights.cs Reduced some uses of `NativeApi` in `BatchedDecoding` by adding some helper methods 2 years ago
StreamingTokenDecoder.cs feat: optimize apis for cuda feature detection. 2 years ago