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 fe54f6764f - Added unit tests for extension methods 2 years ago
..
AssemblyAttributes.cs Disable test parallelism to prevent fix CI 2 years ago
BasicTest.cs Added a property to get the KV cache size from a context 2 years ago
BeamTests.cs Beam Search (#155) 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 unit tests for extension methods 2 years ago
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. 2 years ago
GrammarTest.cs Minimal changes required to remove non-async inference. 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 Minimal changes required to remove non-async inference. 2 years ago
LLamaContextTests.cs Skipping tokenization of empty strings (saves allocating an empty array every time) 2 years ago
LLamaEmbedderTests.cs Passing ctx to `llama_token_nl(_ctx)` 2 years ago
ModelsParamsTests.cs Changes to compile in VS Mac + change model to llama2 2 years ago
StatelessExecutorTest.cs Minimal changes required to remove non-async inference. 2 years ago
TokenTests.cs - Added unit tests for extension methods 2 years ago
Usings.cs feat: add the framework and basic usages. 2 years ago