LLamaSharp/LLama.Unittest
dependabot[bot] 6d86219d71
build(deps): bump xunit.runner.visualstudio from 2.5.3 to 2.5.4
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 06:17:47 +00:00
..
SemanticKernel Unit tests added 2023-11-20 09:55:20 -06:00
AssemblyAttributes.cs Disable test parallelism to prevent fix CI 2023-09-03 23:35:53 +01:00
BasicTest.cs Added new symbols from llama.h 2023-11-19 17:11:01 +00:00
BeamTests.cs Added two new classes for detokenization tasks: 2023-10-23 00:33:50 +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 `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 - Improved coverage of `GBNFGrammarParser` up to 96% 2023-10-13 23:54:01 +01:00
GrammarTest.cs Improved test coverage. Discovered some issues: 2023-11-18 02:40:36 +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.runner.visualstudio from 2.5.3 to 2.5.4 2023-11-27 06:17:47 +00:00
LLamaContextTests.cs Added in the `special` parameter to the tokenizer (introduced in https://github.com/ggerganov/llama.cpp/pull/3538) 2023-10-17 23:55:46 +01:00
LLamaEmbedderTests.cs Improved test coverage. Discovered some issues: 2023-11-18 02:40:36 +00:00
ModelsParamsTests.cs Added System.Text.Json serialization for `TensorSplitsCollectionConverter` 2023-10-20 14:55:01 +01:00
StatelessExecutorTest.cs Skipped slow test again 2023-10-28 23:19:07 +01: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