Martin Evans
d993bebe18
Merge pull request #255 from xbotter/feature/examples
Update LLama.Examples using Spectre.Console
2 years ago
Martin Evans
73ed3997ac
Merge pull request #259 from Uralstech/multi-targeting-netstandard
Enhance framework compatibility
2 years ago
Udayshankar Ravikumar
4071c1f5fc
Updated preprocessor directives
2 years ago
Philipp Bauer
a288e7c02b
Prevent duplication of user prompts / chat history in ChatSession.
The way ChatSession.ChatAsync was using the provided methods
from a IHistoryTransform interface implementation created unexpected
duplication of the chat history messages. It also prevented loading
previous history into the current session.
2 years ago
jlsantiago
bfeaa575e7
Let master branch in the CI test execution
2 years ago
jlsantiago
0045606bf7
Do not copy metal on MacOS x86_64 Build
2 years ago
SignalRT
b67198c6ef
MacOS Intel Disable METAL
2 years ago
Udayshankar Ravikumar
df310e15da
Fixed preprocessor directives
2 years ago
jlsantiago
e941513180
Disable metal con x86_64
2 years ago
jlsantiago
d0856fbbf1
Include MacOS Build
2 years ago
jlsantiago
cfe03cd265
Change to execute test
2 years ago
jlsantiago
2efc4e111a
Include MacOS Intel test
2 years ago
SignalRT
e64b9057d7
Merge branch 'RuntimeDetection' of https://github.com/SignalRT/LLamaSharp into RuntimeDetection
2 years ago
SignalRT
d1244332ed
MacOS Runtime detection and clasification
Create different paths to different MacOS platforms.
Dynamically load the right library
2 years ago
Martin Evans
04ee64a6be
Exposed YaRN scaling parameters in IContextParams
2 years ago
Udayshankar Ravikumar
1dad1ff834
Enhance framework compatibility
2 years ago
jlsantiago
5d9ce88110
Merge branch 'SciSharp:master' into RuntimeDetection
2 years ago
jlsantiago
47ad7f1f30
MacOS Intel Build
2 years ago
Martin Evans
6334f25627
Merge pull request #249 from SignalRT/Align-Current-Binaries
Align with llama.cpp b1488
2 years ago
xbotter
f9087015d6
🔀 Refactor TestRunner.cs
- Handle invalid choice in Examples.TryGetValue
- Add exit condition for choice "Exit"
- Display a rule before executing example
- Clear console after each iteration
📝 This change refactors the TestRunner.cs file. It handles invalid choices in Examples.TryGetValue, adds an exit condition for the choice "Exit", displays a rule before executing an example, and clears the console after each iteration.
2 years ago
Martin Evans
dc2e6bbdd5
Merge pull request #254 from martindevans/reduced_CI_targets
Removed Old Targets From CI matrix
2 years ago
Martin Evans
ebeb6afc4e
Removed old targets from matrix
2 years ago
Martin Evans
8762175bc8
Removed unnecessary white space
2 years ago
Martin Evans
6a01d9f81f
Merge pull request #253 from martindevans/reduced_CI_targets
Removed some CI targets
2 years ago
Martin Evans
e9a06cc147
Removed some CI targets
2 years ago
Martin Evans
9f80bc8451
Merge pull request #252 from hswlab/patch-1
Update README.md
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
Add the MacOS binary from the same run
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
GitHub Action Pipeline Improvements
2 years ago
SignalRT
46fb472d42
Align with llama.cpp b1488
2 years ago
Rinne
a9434c2a55
Merge pull request #248 from AsakusaRinne/kernel_memory_dev
feat(kernel-memory): avoid loading model twice.
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
build(deps): bump Microsoft.SemanticKernel from 1.0.0-beta1 to 1.0.0-beta4
2 years ago
Martin Evans
fca189942a
Merge pull request #235 from SciSharp/dependabot/nuget/Swashbuckle.AspNetCore-6.5.0
build(deps): bump Swashbuckle.AspNetCore from 6.2.3 to 6.5.0
2 years ago
Martin Evans
38c0622f3f
Merge pull request #234 from SciSharp/dependabot/nuget/xunit.runner.visualstudio-2.5.3
build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.3
2 years ago
dependabot[bot]
b7893317f5
build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.3
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.5.0 to 2.5.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.0...2.5.3 )
---
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>
2 years ago
Martin Evans
4720009116
Merge pull request #233 from SciSharp/dependabot/nuget/xunit-2.6.1
build(deps): bump xunit from 2.5.0 to 2.6.1
2 years ago
Martin Evans
66986f1e49
Merge pull request #246 from martindevans/codeql_pointer_arithmetic
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`)
- Added `COMMON_DEFINE` env var which will contain all common defines for all platforms (experimental)
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
feat: adapts to SK Kernel Memory.
2 years ago
Rinne
98147d0906
Merge pull request #243 from AsakusaRinne/fix_binary_pkg
docs: add example models for v0.7.0.
2 years ago
Yaohui Liu
0d77b5d269
docs: add some example models for v0.7.0.
2 years ago