LLamaSharp/LLama.Unittest
Zoli Somogyi ab8dd0dfc7 Correcting non-standard way of working with PromptExecutionSettings
The extension of PromptExecutionSettings is not only for ChatCompletion, but also for text completion and text embedding.
2024-04-24 08:06:40 +02:00
..
Models Llava api (#563) 2024-03-13 22:10:44 +00:00
SemanticKernel Correcting non-standard way of working with PromptExecutionSettings 2024-04-24 08:06:40 +02:00
AssemblyAttributes.cs Disable test parallelism to prevent fix CI 2023-09-03 23:35:53 +01:00
BasicTest.cs Set GPULayerCount to execute the Test 2024-04-18 22:03:47 +02:00
BeamTests.cs Set GPULayerCount to execute the Test 2024-04-18 22:03:47 +02:00
Constants.cs Typo on comment. Disable Metal on MacOS / OSX 2024-04-19 06:52:58 +02: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 Set GPULayerCount to execute the Test 2024-04-18 22:03:47 +02: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 April 2024 Binary Update (#662) 2024-04-16 23:19:47 +01:00
LLamaContextTests.cs Set GPULayerCount to execute the Test 2024-04-18 22:03:47 +02:00
LLamaEmbedderTests.cs Disable Metal on CI UnitTest 2024-04-19 19:38:58 +02:00
LLavaWeightsTests.cs Set GPULayerCount to execute the Test 2024-04-18 22:03:47 +02:00
MemoryDisposalTests.cs Set GPULayerCount to execute the Test 2024-04-18 22:03:47 +02:00
ModelsParamsTests.cs Fixed JSON serialization for ModelParams 2023-12-14 20:24:22 +00:00
StatelessExecutorTest.cs Set GPULayerCount to execute the Test 2024-04-18 22:03:47 +02:00
StreamingTextDecoderTests.cs April 2024 Binary Update (#662) 2024-04-16 23:19:47 +01:00
TextTransformTests.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2023-10-13 23:54:01 +01:00
TokenTests.cs Set GPULayerCount to execute the Test 2024-04-18 22:03:47 +02:00
Usings.cs feat: add the framework and basic usages. 2023-05-10 02:13:41 +08:00