1118 Commits (experimental_cpp)
 

Author SHA1 Message Date
  Martin Evans 9f80bc8451
Merge pull request #252 from hswlab/patch-1 2 years ago
  hswlab 9b96900750
Update README.md 2 years ago
  SignalRT e1a89a8b0a Added all binaries from this run: https://github.com/SciSharp/LLamaSharp/actions/runs/6762323560 2 years ago
  Martin Evans 11d8c55db7 Added all binaries from this run: https://github.com/SciSharp/LLamaSharp/actions/runs/6762323560 (132d25b8a6) 2 years ago
  Martin Evans ec20ab3a07
Merge pull request #245 from martindevans/fix/more_march_native 2 years ago
  SignalRT 46fb472d42 Align with llama.cpp b1488 2 years ago
  Rinne a9434c2a55
Merge pull request #248 from AsakusaRinne/kernel_memory_dev 2 years ago
  Yaohui Liu 46f01bbc94
feat(kernel-memory): avoid loading model twice. 2 years ago
  Yaohui Liu 457958435b
build: use semantic-kernel beta1 in examples. 2 years ago
  Yaohui Liu 2b0fa42173
Merge branch 'master' of github.com:AsakusaRinne/LLamaSharp into add_kernel_memory_pkg 2 years ago
  Yaohui Liu 0f12566f65
build: use only net6.0 with kernel-memory. 2 years ago
  Martin Evans 3a4a91bc08
Merge pull request #231 from SciSharp/dependabot/nuget/Microsoft.SemanticKernel-1.0.0-beta4 2 years ago
  Martin Evans fca189942a
Merge pull request #235 from SciSharp/dependabot/nuget/Swashbuckle.AspNetCore-6.5.0 2 years ago
  Martin Evans 38c0622f3f
Merge pull request #234 from SciSharp/dependabot/nuget/xunit.runner.visualstudio-2.5.3 2 years ago
  dependabot[bot] b7893317f5
build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.3 2 years ago
  Martin Evans 4720009116
Merge pull request #233 from SciSharp/dependabot/nuget/xunit-2.6.1 2 years ago
  Martin Evans 66986f1e49
Merge pull request #246 from martindevans/codeql_pointer_arithmetic 2 years ago
  Martin Evans a03fdc4818 Using a reference to an array instead of pointer arithmetic. This means it will benefit from bounds checking on the array. 2 years ago
  Martin Evans 08c29d52c5 Slightly refactored `SafeLLamaGrammarHandle.Create` to solve CodeQL warning about pointer arithmetic. 2 years ago
  Martin Evans 32deb56027 Moved common defines into one single env var 2 years ago
  Martin Evans f850380718 - Explicitly added `-DLLAMA_NATIVE=OFF` (i.e. disabling `march=native`) 2 years ago
  Yaohui Liu 6a7e74e71b
build: add package for kernel-memory integration. 2 years ago
  Rinne c933a71b82
Merge pull request #226 from xbotter/kernel-memory 2 years ago
  Rinne 98147d0906
Merge pull request #243 from AsakusaRinne/fix_binary_pkg 2 years ago
  Yaohui Liu 0d77b5d269
docs: add some example models for v0.7.0. 2 years ago
  Rinne 21507c0aad
Merge pull request #240 from AsakusaRinne/fix_binary_pkg 2 years ago
  Yaohui Liu d04bdd5c1a
docs: add related repos. 2 years ago
  Rinne 1cca6329e6
Merge pull request #238 from AsakusaRinne/fix_binary_pkg 2 years ago
  Rinne 1712664424
build: add codeql workflow 2 years ago
  Yaohui Liu f180811f87
docs: update readme. 2 years ago
  Yaohui Liu 73e68f3abd
docs: update readme. 2 years ago
  Yaohui Liu 0e139d4ee2
fix: add arm binaries to cpu nuspec. 2 years ago
  Yaohui Liu 7ee27d2f99
fix: binary not copied on MAC platform. 2 years ago
  dependabot[bot] c9858e8739
build(deps): bump Swashbuckle.AspNetCore from 6.2.3 to 6.5.0 2 years ago
  dependabot[bot] b20c3ecda5
build(deps): bump xunit from 2.5.0 to 2.6.1 2 years ago
  dependabot[bot] 25d6b3ce50
build(deps): bump Microsoft.SemanticKernel 2 years ago
  Rinne 112e33eee8
build: add the dependabot. 2 years ago
  xbotter c52e99ac77
update example 2 years ago
  xbotter f60c1f1134
Merge branch 'kernel-memory' of https://github.com/xbotter/LLamaSharp into kernel-memory 2 years ago
  xbotter 61f47f16c8
use StatelessExecutor 2 years ago
  xbotter d0a407efbe
Merge branch 'SciSharp:master' into kernel-memory 2 years ago
  Rinne 16d5d5514f
docs: update README.md. 2 years ago
  xbotter 8c425b9e57
Merge branch 'master' into kernel-memory 2 years ago
  Martin Evans 5a9e13c689
Merge pull request #223 from martindevans/batch_decoding 2 years ago
  xbotter 2af686f39c
Merge branch 'SciSharp:master' into kernel-memory 2 years ago
  Martin Evans db8f3980ea New binaries from this commit: 207b51900e 2 years ago
  Martin Evans f8b2c5de3d
Merge pull request #227 from martindevans/fixed_build_process 2 years ago
  Martin Evans 0255aa2c6e Disabled march=native in github builds! 2 years ago
  Martin Evans b6d242193e Debugging slowdown by removing some things: 2 years ago
  xbotter a3a6dc3a1b
fix comments 2 years ago