dependabot[bot]
40729c898f
build(deps): bump Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime ) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.1...v8.0.0 )
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Martin Evans
d9a1ea5d72
Merge pull request #319 from SciSharp/dependabot/nuget/Microsoft.Extensions.Logging.Console-8.0.0
build(deps): bump Microsoft.Extensions.Logging.Console from 7.0.0 to 8.0.0
2 years ago
Martin Evans
9f0a978e29
Merge pull request #318 from SciSharp/dependabot/nuget/System.Text.Json-8.0.0
build(deps): bump System.Text.Json from 7.0.3 to 8.0.0
2 years ago
Martin Evans
33b1e421b1
Merge pull request #320 from SciSharp/dependabot/nuget/xunit-2.6.2
build(deps): bump xunit from 2.6.1 to 2.6.2
2 years ago
dependabot[bot]
52be1eec50
build(deps): bump Microsoft.VisualStudio.Validation
Bumps [Microsoft.VisualStudio.Validation](https://github.com/microsoft/vs-validation ) from 17.6.11 to 17.8.8.
- [Release notes](https://github.com/microsoft/vs-validation/releases )
- [Commits](https://github.com/microsoft/vs-validation/commits )
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Validation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
41292b4b32
build(deps): bump xunit from 2.6.1 to 2.6.2
Bumps [xunit](https://github.com/xunit/xunit ) from 2.6.1 to 2.6.2.
- [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
20a0dc7ac6
build(deps): bump Microsoft.Extensions.Logging.Console
Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime ) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Console
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
93790582e8
build(deps): bump System.Text.Json from 7.0.3 to 8.0.0
Bumps [System.Text.Json](https://github.com/dotnet/runtime ) from 7.0.3 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.3...v8.0.0 )
---
updated-dependencies:
- dependency-name: System.Text.Json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Rinne
c94aeabc4b
Merge pull request #307 from xbotter/sm-default-config
Add DefaultInferenceParams to Kernel Memory
2 years ago
Martin Evans
7486e6388a
Updated nuspec files
2 years ago
Martin Evans
a3614f6747
Added `native/` back into path prefix
2 years ago
Martin Evans
77003d763e
Added new symbols from llama.h
2 years ago
Martin Evans
37466956c7
Added new binaries.
- Built by this run: https://github.com/SciSharp/LLamaSharp/actions/runs/6921572568
- commit: `e937066420b79a757bf80e9836eb12b88420a218`
- Rearranged paths
2 years ago
Martin Evans
e6ae9edbd2
Merge pull request #314 from martindevans/fix_build_pipeline
Build Pipeline Fixes
2 years ago
Ian Foutz
060d7c273d
Added a converter similar to the Open AI one
2 years ago
Martin Evans
241b72e6f5
- Fixed uploading metal for x64
- Removed leftover metal file upload
2 years ago
Martin Evans
ef6a8890e2
- Fixed MacOS files missing from build pipeline
- Removed inputs (they never worked anyway)
- Put all deps into one final zip file
2 years ago
Martin Evans
d11702c4ea
Merge pull request #310 from martindevans/better_tensor_splits_specification
Better TensorSplitsCollection Initialisation
2 years ago
xbotter
286904920b
update DefaultInferenceParams in WithLLamaSharpDefaults
2 years ago
Martin Evans
8540c8d220
Merge pull request #312 from martindevans/removed_obsolete_modelparams_constructor
Removed Obsolete ModelParams Constructor
2 years ago
Martin Evans
c6d507040c
Merge pull request #311 from martindevans/Improved_Test_Coverage
Improved test coverage.
2 years ago
Martin Evans
c74f463d8e
Removed the obsolete constructor in `ModelParams`, it was marked obsolete 3 months ago.
2 years ago
Martin Evans
48c5039054
Improved test coverage. Discovered some issues:
FixedSizeQueue:
- Enqueue would always stop one short of filling the capacity
- Fill would only _replace_ existing items. It was only used in a place where there were not existing items! Removed the method entirely.
LLamaGrammarElement:
- Converted into a `record` struct, removed all of the (now unnecessary) equality stuff.
2 years ago
Martin Evans
e47431ed80
Modified `TensorSplitsCollection` so it accepts any number of splits, as long as it doesn't exceed the number of supported devices
2 years ago
Rinne
22b3073e36
Merge pull request #306 from xbotter/deps/sk-1.0.0-beta8
bump semantic kernel 1.0.0-beta8
2 years ago
xbotter
007f501cd5
🔧 Update LlamaSharpConfig and LlamaSharpTextGeneration
- Add DefaultInferenceParams property to LlamaSharpConfig
- Update GenerateTextAsync method in LlamaSharpTextGeneration to use DefaultInferenceParams if available
- Update OptionsToParams method in LlamaSharpTextGeneration to handle defaultParams
2 years ago
xbotter
1056e13414
fix examples
2 years ago
xbotter
15db931a66
bump semantic kernel 1.0.0-beta8
2 years ago
Rinne
8b6105faa0
docs: update README.md
2 years ago
Martin Evans
c517cc18a2
Merge pull request #304 from martindevans/obsolete_attribute_eval
Added Obsolete markings to all `Eval` overloads
2 years ago
Martin Evans
16ab33ba3c
Added Obsolete markings to all `Eval` overloads
2 years ago
Martin Evans
18b3a5595a
Merge pull request #303 from martindevans/expose_progress_callback
progress_callback in `LLamaModelParams`
2 years ago
Martin Evans
0e51badb38
Exposed `progress_callback` in `LLamaModelParams` (although not in higher level)
2 years ago
Martin Evans
9905baa7c4
Merge pull request #300 from martindevans/minor_demos_cleanup
Minor cleanup on example code
2 years ago
Martin Evans
4359752d94
Merge pull request #297 from martindevans/ubuntu-20.04
Ubuntu 20.04 Compile
2 years ago
Martin Evans
1970023ef4
Merge pull request #292 from martindevans/dotnet8.0
dotnet8.0
2 years ago
Martin Evans
1dd4c6ab7a
Merge pull request #296 from xbotter/deps/sk_1.0.0-beta6
bump semantic kernel to 1.0.0-beta-6
2 years ago
Martin Evans
479779e908
Some minor cleanup on example code:
- Removed special case for exit
- Added a wait at the end of batched decoding
2 years ago
Philipp Bauer
75932afc62
Remove debug output
2 years ago
Philipp Bauer
629430a087
Correctly format followup messages in turn-based (chat) inference
2 years ago
Martin Evans
9121670b83
Removed codeQL (broken under dotnet8.0 at the moment)
2 years ago
Martin Evans
dc8c2309b6
Fixed conditionals
2 years ago
Martin Evans
b52422a028
Moved compile job to run on `ubuntu-20.04`, hopefully picking up an older version of glibc with broader support.
2 years ago
Martin Evans
0bfc1cbecb
Merge pull request #295 from xbotter/patch/examples
Update examples
2 years ago
Rinne
36c2e64b36
Merge pull request #293 from martindevans/fixed_base_executor
StreamingTextDecoder in LLamaExecutorBase
2 years ago
xbotter
6c31f69720
bump semantic kernel to 1.0.0-beta-6
2 years ago
xbotter
521e36903c
🔀 Remove unused code and update examples
- Renamed files and updated namespaces in Examples folder.
- Moved files from NewVersion folder to Examples folder.
- Removed TestRunner.cs file.
- Updated Runner.cs to include new examples.
- Update Program.cs to use the new Runner class instead of NewVersionTestRunner
- Update LLama.Examples namespace in Program.cs
- Update await NewVersionTestRunner.Run() in Program.cs to await Runner.Run()
2 years ago
Martin Evans
ecc614de7e
Merge pull request #294 from martindevans/fixed_revert_error
Fixed Revert Error
2 years ago
Martin Evans
fe03e6ad35
Added 8.0 to version installation
2 years ago
Martin Evans
89fef05362
This commit ( 5fe721bdbe) accidentally removed a load of stuff that it shouldn't. Fixed that.
Originally from these PRs:
- https://github.com/SciSharp/LLamaSharp/pull/263
- https://github.com/SciSharp/LLamaSharp/pull/259
2 years ago