LLamaSharp/LLama.Unittest
Rinne 4e83e48ad1
Merge pull request #122 from martindevans/gguf
Add GGUF support
2023-09-02 11:54:50 +08:00
..
BasicTest.cs Changes to compile in VS Mac + change model to llama2 2023-08-30 22:08:29 +02:00
Constants.cs Changes to compile in VS Mac + change model to llama2 2023-08-30 22:08:29 +02: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 Merge pull request #122 from martindevans/gguf 2023-09-02 11:54:50 +08:00
LLama.Unittest.csproj Changes to compile in VS Mac + change model to llama2 2023-08-30 22:08:29 +02:00
LLamaContextTests.cs Changes to compile in VS Mac + change model to llama2 2023-08-30 22:08:29 +02: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 Passing ctx to `llama_token_nl(_ctx)` 2023-08-27 00:15:55 +01:00
Usings.cs feat: add the framework and basic usages. 2023-05-10 02:13:41 +08:00