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.
 
 
 
 
 
 
SignalRT 4c013aefd4 Disable Llava Embed test on CI 1 year ago
..
Models Llava api (#563) 1 year ago
SemanticKernel 📝 Update LLamaSharpChatCompletion and LLama.Unittest 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 Removed `llama_eval`. It is going to be completely removed in the next version of llama.cpp (#553) 1 year ago
Constants.cs Llava api (#563) 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 Merge pull request #612 from xbotter/deps/sk-1.6.2 1 year ago
LLamaContextTests.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 1 year ago
LLamaEmbedderTests.cs Llava api (#563) 1 year ago
LLavaWeightsTests.cs Disable Llava Embed test on CI 1 year ago
MemoryDisposalTests.cs Added tests checking that memory is freed properly (#551) 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