LLamaSharp/LLama.Unittest
Martin Evans 9b995510d6 Removed all setters in `IModelParams` and `IContextParams`, allowing implementations to be immutable. 2024-01-31 17:51:50 +00:00
..
SemanticKernel bump sk-1.0.0-rc4 2023-12-14 09:47:32 +08:00
AssemblyAttributes.cs Disable test parallelism to prevent fix CI 2023-09-03 23:35:53 +01:00
BasicTest.cs Added a `Metadata` property to `LLamaWeights` 2023-12-20 15:45:24 +00:00
BeamTests.cs - Removed some unused `eval` methods. 2024-01-20 02:38:45 +00:00
Constants.cs Swapped to llama-7b-chat 2023-09-04 21:26:02 +01:00
DictionaryExtensionsTests.cs - Added unit tests for extension methods 2023-09-22 16:29:50 +01:00
EncodingExtensionsTests.cs - Added `GetCharCountImpl` tests, fixed handling of empty strings 2023-10-14 00:04:12 +01:00
FixedSizeQueueTests.cs Improved test coverage. Discovered some issues: 2023-11-18 02:40:36 +00:00
GrammarParserTest.cs - Removed the object wrappers and configurable pipeline, they can be better written in code. 2023-12-08 16:25:13 +00:00
GrammarTest.cs Added a new test (commented out for now) which reproduces the issue reported in #394 2024-01-08 00:52:39 +00:00
IEnumerableExtensionsTests.cs - Added unit tests for extension methods 2023-09-22 16:29:50 +01:00
IReadOnlyListExtensionsTests.cs - Added unit tests for extension methods 2023-09-22 16:29:50 +01:00
KeyValuePairExtensionsTests.cs - Added unit tests for extension methods 2023-09-22 16:29:50 +01:00
LLama.Unittest.csproj build(deps): bump xunit from 2.6.5 to 2.6.6 2024-01-22 06:10:13 +00:00
LLamaContextTests.cs Added a test with examples of troublesome strings from 0.9.1 2024-01-16 15:02:23 +00:00
LLamaEmbedderTests.cs Removed all setters in `IModelParams` and `IContextParams`, allowing implementations to be immutable. 2024-01-31 17:51:50 +00:00
ModelsParamsTests.cs Fixed JSON serialization for ModelParams 2023-12-14 20:24:22 +00:00
StatelessExecutorTest.cs Swapped `StatelessExecutor` to use `llama_decode`! 2024-01-20 21:18:35 +00:00
StreamingTextDecoderTests.cs Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 2024-01-09 17:18:27 +00:00
TextTransformTests.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2023-10-13 23:54:01 +01:00
TokenTests.cs Added two new classes for detokenization tasks: 2023-10-23 00:33:50 +01:00
Usings.cs feat: add the framework and basic usages. 2023-05-10 02:13:41 +08:00