LLamaSharp/LLama.Unittest
Martin Evans fe54f6764f - Added unit tests for extension methods
- Removed unused `AddRangeSpan` extension
2023-09-22 16:29:50 +01:00
..
AssemblyAttributes.cs Disable test parallelism to prevent fix CI 2023-09-03 23:35:53 +01:00
BasicTest.cs Added a property to get the KV cache size from a context 2023-09-11 00:10:08 +01:00
BeamTests.cs Beam Search (#155) 2023-09-07 19:26:51 +01: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 unit tests for extension methods 2023-09-22 16:29:50 +01:00
GrammarParserTest.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. 2023-08-31 00:02:50 +01:00
GrammarTest.cs Minimal changes required to remove non-async inference. 2023-09-14 21:04:14 +01: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 Minimal changes required to remove non-async inference. 2023-09-14 21:04:14 +01:00
LLamaContextTests.cs Skipping tokenization of empty strings (saves allocating an empty array every time) 2023-09-12 01:03:27 +01:00
LLamaEmbedderTests.cs Passing ctx to `llama_token_nl(_ctx)` 2023-08-27 00:15:55 +01:00
ModelsParamsTests.cs Changes to compile in VS Mac + change model to llama2 2023-08-30 22:08:29 +02:00
StatelessExecutorTest.cs Minimal changes required to remove non-async inference. 2023-09-14 21:04:14 +01:00
TokenTests.cs - Added unit tests for extension methods 2023-09-22 16:29:50 +01:00
Usings.cs feat: add the framework and basic usages. 2023-05-10 02:13:41 +08:00