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.
 
 
 
 
 
 
Martin Evans 05100184f4
Merge pull request #719 from martindevans/remove-batched-conversation-prompt-with-string
1 year ago
..
Abstractions fix: typos. 1 year ago
Batched Removed (marked as obsolete) prompting with a string for `Conversation`. Tokenization requires extra parameters (e.g. addBos, special) which require special considersation. For now it's better to tokenize using other tools and pass the tokens directly. 1 year ago
Common fix: typos. 1 year ago
Exceptions Swapped `StatelessExecutor` to use `llama_decode`! 1 year ago
Extensions fix: typos. 1 year ago
Grammars Code cleanup driven by R# suggestions: 1 year ago
Native Add method to get BOS token. 1 year ago
Sampling April 2024 Binary Update (#662) 1 year ago
runtimes April 2024 Binary Update (#662) 1 year 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 InitializeSessionFromHistoryAsync changed 1 year ago
GlobalSuppressions.cs Logging interceptor (#649) 1 year ago
LLamaContext.cs Add method to get BOS token. 1 year ago
LLamaEmbedder.cs - Added tests for generating embeddings with generative model and embedding model 1 year ago
LLamaExecutorBase.cs Refactor executors 1 year ago
LLamaInstructExecutor.cs Refactor executors 1 year ago
LLamaInteractExecutor.cs Refactor executors 1 year ago
LLamaQuantizer.cs Modified `llama_model_quantize` to accept argument by `ref` instead of pointer. 1 year ago
LLamaSharp.Runtime.targets fix: add cuda llava native libraries. 1 year ago
LLamaSharp.csproj release: update release info of packages. 1 year ago
LLamaStatelessExecutor.cs Refactor executors 1 year ago
LLamaTransforms.cs Add LLaMA3 chat session example. 1 year ago
LLamaWeights.cs Added optional `IProgress` parameter to `LoadFromFileAsync` 1 year ago
LLavaWeights.cs - Added `LoadFromFileAsync` method for `LLavaWeights` 1 year ago
StreamingTokenDecoder.cs Assorted small changes to clean up some code warnings 1 year ago