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 c7d0dc915a Assorted small changes to clean up some code warnings 1 year ago
..
SemanticKernel bump sk-1.0.0-rc4 1 year ago
AssemblyAttributes.cs Disable test parallelism to prevent fix CI 2 years ago
BasicTest.cs Switched to `Q3_K_S` for unit test model, instead of `Q4`. This is almost 1gb smaller, and _may_ make the macos tests less flakey. 1 year ago
BeamTests.cs Assorted small changes to clean up some code warnings 1 year ago
Constants.cs Switched to `Q3_K_S` for unit test model, instead of `Q4`. This is almost 1gb smaller, and _may_ make the macos tests less flakey. 1 year 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. 1 year ago
GrammarTest.cs Added a new test (commented out for now) which reproduces the issue reported in #394 1 year 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 Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 1 year ago
LLamaContextTests.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 1 year ago
LLamaEmbedderTests.cs Normalizing embeddings in `LLamaEmbedder`. As is done in llama.cpp: https://github.com/ggerganov/llama.cpp/blob/2891c8aa9af17f4ff636ff3868bc34ff72b56e25/examples/embedding/embedding.cpp#L92 1 year ago
ModelsParamsTests.cs Fixed JSON serialization for ModelParams 1 year ago
StatelessExecutorTest.cs Swapped `StatelessExecutor` to use `llama_decode`! 1 year ago
StreamingTextDecoderTests.cs Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 1 year 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. 2 years ago