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 4f44e3b198
refactor: init some refactorings for experiment.
1 year ago
..
Abstractions refactor: init some refactorings for experiment. 1 year ago
Common refactor: init some refactorings for experiment. 1 year ago
Control refactor: init some refactorings for experiment. 1 year 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 - Removed the object wrappers and configurable pipeline, they can be better written in code. 1 year ago
Sampling - Removed the object wrappers and configurable pipeline, they can be better written in code. 1 year ago
Transform refactor: init some refactorings for experiment. 1 year ago
runtimes Updated nuspec files 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 Rebuild ChatSession class 1 year 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 `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 1 year ago
LLamaEmbedder.cs Added logging to embedder too 2 years ago
LLamaExecutorBase.cs refactor: init some refactorings for experiment. 1 year ago
LLamaInstructExecutor.cs - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 1 year ago
LLamaInteractExecutor.cs - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 1 year 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 Prevent compilation errors due to duplicated assembly info 1 year ago
LLamaStatelessExecutor.cs refactor: init some refactorings for experiment. 1 year 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
TextCompletion.cs refactor: init some refactorings for experiment. 1 year ago