Yaohui Liu
bbbfbd20b5
fix: cannot load library under some conditions.
2 years ago
Martin Evans
c62e27e07c
Merge pull request #257 from martindevans/YaRN_scaling_parameters
Exposed YaRN scaling parameters in IContextParams
2 years ago
Martin Evans
31244ae691
Merge branch 'master' into YaRN_scaling_parameters
2 years ago
SignalRT
7691f83516
Test build and nuget packages
2 years ago
Yaohui Liu
d03e1dbe30
feat: support cuda feature detection.
2 years ago
SignalRT
fb95bbb4e0
Merge remote-tracking branch 'upstream/master' into RuntimeDetection
2 years ago
SignalRT
6de8d6219a
Change SemanticKernel version to beta1 on Examples
2 years ago
Chirag Karia
aa5e1ad541
Add ignoreCase parameter to ToLLamaSharpChatHistory extension method
2 years ago
Chirag Karia
1b4659dff9
Update ToLLamaSharpChatHistory extension method to be public and support semantic-kernel author roles
2 years ago
Rinne
bb03376594
Merge pull request #244 from AsakusaRinne/add_kernel_memory_pkg
build: add package for kernel-memory integration.
2 years ago
Rinne
14b5994c93
Merge branch 'master' into add_kernel_memory_pkg
2 years ago
SignalRT
5fe721bdbe
Revert "Merge branch 'pr/268' into RuntimeDetection"
This reverts commit 091b8d58b3502a99b3bfbec9db457c92cc736beb, reversing
changes made to 9b2ca9cf8e .
2 years ago
SignalRT
200011e186
Revert "Merge feat: add detection template for cuda and avx. #268"
This reverts commit b4b3ea9d99 .
2 years ago
Rinne
47e016743e
Merge pull request #266 from philippjbauer/master
Prevent duplication of user prompts / chat history in ChatSession.
2 years ago
SignalRT
b4b3ea9d99
Merge feat: add detection template for cuda and avx. #268
Just merge cuda and avx detection and change layout.
2 years ago
SignalRT
091b8d58b3
Merge branch 'pr/268' into RuntimeDetection
2 years ago
Yaohui Liu
b893c6f609
feat: add detection template for cuda and avx.
2 years ago
Philipp Bauer
d2b544afb8
Improved method return description
2 years ago
Philipp Bauer
6ea40d1546
Use full history only when the ChatSession runs the first time
2 years ago
Rinne
13233147f4
docs: fix typo in README.
2 years ago
Martin Evans
74a8ca5f83
Merge pull request #263 from martindevans/context_autodetect
Context Size Autodetect
2 years ago
SignalRT
9b2ca9cf8e
Merge branch 'RuntimeDetection' of https://github.com/SignalRT/LLamaSharp into RuntimeDetection
2 years ago
SignalRT
0edbd92530
Change nuget backend packages
Delete Backend.Metal because is not needed anymore.
Do not include .metal in x86_64 binaries
2 years ago
jlsantiago
0336f6fbfb
Backend.Metal is not needed any more
2 years ago
Martin Evans
db1bc741b0
Modified `ContextSize` in parameters to be nullable. A null value means autodetect from the model.
2 years ago
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