您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Yaohui Liu bbbfbd20b5
fix: cannot load library under some conditions.
2 年前
..
Abstractions Revert "Merge branch 'pr/268' into RuntimeDetection" 2 年前
Common Revert "Merge branch 'pr/268' into RuntimeDetection" 2 年前
Exceptions Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 年前
Extensions Revert "Merge branch 'pr/268' into RuntimeDetection" 2 年前
Grammars Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 年前
Native fix: cannot load library under some conditions. 2 年前
runtimes feat: support cuda feature detection. 2 年前
AntipromptProcessor.cs Added two new classes for detokenization tasks: 2 年前
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 年前
ChatSession.cs Minimal changes required to remove non-async inference. 2 年前
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 年前
LLamaContext.cs Fixed `Eval` on platforms < dotnet 5 2 年前
LLamaEmbedder.cs Added logging to embedder too 2 年前
LLamaExecutorBase.cs - Removed all `TokenToString` methods (it's never correct to use them, because sometimes one single character may be represented by multiple tokens). 2 年前
LLamaInstructExecutor.cs It works! 2 年前
LLamaInteractExecutor.cs It works! 2 年前
LLamaQuantizer.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 年前
LLamaSharp.Runtime.targets feat: support cuda feature detection. 2 年前
LLamaSharp.csproj feat: support cuda feature detection. 2 年前
LLamaStatelessExecutor.cs Moved helper methods into `LLamaBatchSafeHandle` 2 年前
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2 年前
LLamaWeights.cs Reduced some uses of `NativeApi` in `BatchedDecoding` by adding some helper methods 2 年前
NativeLibraryConfig.cs feat: support cuda feature detection. 2 年前
StreamingTokenDecoder.cs Fixed decoding of text "accumulating" over time (never properly clearing buffer) 2 年前