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 c9c8cd0d62 - Swapped embeddings generator to use `llama_decode` 2 years ago
..
SemanticKernel bump sk-1.0.0-rc4 2 years ago
AssemblyAttributes.cs Disable test parallelism to prevent fix CI 2 years ago
BasicTest.cs Added a `Metadata` property to `LLamaWeights` 2 years ago
BeamTests.cs - Removed some unused `eval` methods. 2 years ago
Constants.cs Swapped to llama-7b-chat 2 years ago
DictionaryExtensionsTests.cs - Added unit tests for extension methods 2 years ago
EncodingExtensionsTests.cs - Added `GetCharCountImpl` tests, fixed handling of empty strings 2 years ago
FixedSizeQueueTests.cs Improved test coverage. Discovered some issues: 2 years ago
GrammarParserTest.cs - Removed the object wrappers and configurable pipeline, they can be better written in code. 2 years ago
GrammarTest.cs Added a new test (commented out for now) which reproduces the issue reported in #394 2 years ago
IEnumerableExtensionsTests.cs - Added unit tests for extension methods 2 years ago
IReadOnlyListExtensionsTests.cs - Added unit tests for extension methods 2 years ago
KeyValuePairExtensionsTests.cs - Added unit tests for extension methods 2 years ago
LLama.Unittest.csproj build(deps): bump xunit from 2.6.5 to 2.6.6 2 years ago
LLamaContextTests.cs Added a test with examples of troublesome strings from 0.9.1 2 years ago
LLamaEmbedderTests.cs - Swapped embeddings generator to use `llama_decode` 2 years ago
ModelsParamsTests.cs Fixed JSON serialization for ModelParams 2 years ago
StatelessExecutorTest.cs Swapped `StatelessExecutor` to use `llama_decode`! 2 years ago
StreamingTextDecoderTests.cs Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 2 years ago
TextTransformTests.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2 years ago
TokenTests.cs Added two new classes for detokenization tasks: 2 years ago
Usings.cs feat: add the framework and basic usages. 3 years ago