1005 Commits (ad3f895eb324e1ddcc2fe12328c19f735104c288)
 

Author SHA1 Message Date
  Jason Couture ad3f895eb3 Make build-deps depend on compile-clblast 2 years ago
  Jason Couture 2347a7aa09 Add build job for CLBLAST 2 years ago
  Jason Couture 34ca5ff6eb Simplifiy directory creation in build-deps 2 years ago
  Jason Couture 9cfbd22499 Fix github variable name 2 years ago
  Jason Couture 30e448d2d5 Use event input directly 2 years ago
  Martin Evans afa6cc0ec4
Merge pull request #470 from jasoncouture/specific_commit 2 years ago
  Jason Couture 64cb697bbf Checkout specific ref for llamacpp when building native libs 2 years ago
  Martin Evans 0f9742c6d0
Merge pull request #465 from jasoncouture/lib_naming 2 years ago
  Jason Couture 443ce4fff4 While the dllimport changes work, manual path searching needed to be updated 2 years ago
  Jason Couture db7e1e88f8 Use llama instead of libllama in `[DllImport]` 2 years ago
  Martin Evans 4cfdf064b8
Merge pull request #462 from SciSharp/dependabot/nuget/System.Text.Json-8.0.1 2 years ago
  dependabot[bot] d8eb817bf5
build(deps): bump System.Text.Json from 8.0.0 to 8.0.1 2 years ago
  Martin Evans 5cf481dc8e
Merge pull request #454 from martindevans/kv_cache_instance_methods 2 years ago
  Martin Evans 92b9bbe779 Added methods to `SafeLLamaContextHandle` for KV cache manipulation 2 years ago
  Martin Evans 8dfd07f67b
Merge pull request #453 from martindevans/fix_bad_merge_nseqmax 2 years ago
  Martin Evans a690db5d3e Fixed build error caused by extra unnecessary parameter 2 years ago
  Martin Evans 96c26c25f5
Merge pull request #445 from martindevans/stateless_executor_llama_decode 2 years ago
  Martin Evans 1bc61472a8
Merge pull request #449 from SciSharp/dependabot/nuget/xunit-2.6.6 2 years ago
  Martin Evans d5b3650235
Merge pull request #451 from xbotter/deps/sk_1.1.0 2 years ago
  xbotter 90815ae7d8
bump sk & km 2 years ago
  dependabot[bot] 3d4c3c5509
build(deps): bump xunit from 2.6.5 to 2.6.6 2 years ago
  Martin Evans 0074320a31
Merge pull request #447 from martindevans/grow_nseqmax_batch 2 years ago
  Martin Evans 9fe878ae1f - Fixed example 2 years ago
  Martin Evans 9ede1bedc2 Automatically growing batch n_seq_max when exceeded. This means no parameters need to be picked when the batch is created. 2 years ago
  Martin Evans a2e29d393c Swapped `StatelessExecutor` to use `llama_decode`! 2 years ago
  Martin Evans 892e841da3
Merge pull request #444 from martindevans/batched_sampling_example_cleanup 2 years ago
  Martin Evans 5b6e82a594 Improved the BatchedDecoding demo: 2 years ago
  Martin Evans 250c20bd56
Merge pull request #443 from martindevans/llama_batch_self_grow 2 years ago
  Martin Evans 99969e538e - Removed some unused `eval` methods. 2 years ago
  Martin Evans a0be27d32b
Merge pull request #442 from martindevans/managed_llama_batch 2 years ago
  Martin Evans 36a9335588 Removed `LLamaBatchSafeHandle` (using unmanaged memory, created by llama.cpp) and replaced it with a fully managed `LLamaBatch`. Modified the `BatchedDecoding` example to use new managed batch. 2 years ago
  Martin Evans 4b11feddef
Merge pull request #436 from SciSharp/dependabot/nuget/Microsoft.AspNetCore.OpenApi-8.0.1 2 years ago
  Martin Evans 1cb9bcd55c
Merge pull request #440 from martindevans/additional_special_string_tokenizer_tests 2 years ago
  Martin Evans 1472704e12 Added a test with examples of troublesome strings from 0.9.1 2 years ago
  Martin Evans 73172bbaba
Merge pull request #438 from martindevans/cleanup_model_unnecessary_unsafe 2 years ago
  Martin Evans ce1d302e7e Moved some native methods into `SafeLlamaModelHandle`, these methods are all wrapped in safer accessors with no extra costs so there is no need to expose them. 2 years ago
  Martin Evans 4ef618012e
Merge pull request #437 from martindevans/check_model_path_exists 2 years ago
  Martin Evans 1e86755071 - Removed unnecessary `unsafe` block in model metadata loading 2 years ago
  Martin Evans de2b20aae5 - Added a specific exception for failing to load model weights. 2 years ago
  Martin Evans 096e0e75f8 Check that the model file actually exists immediately before loading it. Improve #395 2 years ago
  dependabot[bot] 853fccd9d0
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.0 to 8.0.1 2 years ago
  Martin Evans 3c6af909dd
Merge pull request #434 from martindevans/stateless_eos_check 2 years ago
  Martin Evans 5b41c8e5d5
Merge pull request #433 from martindevans/tokenizer_fixes_newline 2 years ago
  Martin Evans f160fbd6d1 Added a check for EOS token in LLamaStatelessExecutor 2 years ago
  Martin Evans 2ea2048b78 - Added a test for tokenizing just a new line (reproduce issue https://github.com/SciSharp/LLamaSharp/issues/430) 2 years ago
  Martin Evans ba477b83a0
Merge pull request #428 from martindevans/fix_streaming_text_decoder 2 years ago
  Martin Evans 98635a0d5a Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 2 years ago
  Martin Evans 54dffe7e03
Merge pull request #427 from SciSharp/Oceania2018-patch-1 2 years ago
  Haiping e5c8126c1c
Update README.md 2 years ago
  Martin Evans 402a110a3a
Merge pull request #404 from martindevans/switched_to_LLamaToken_struct 2 years ago