Rinne
|
231efe06f2
|
Update LLama/runtimes/build/LLamaSharp.Backend.Cpu.nuspec
Co-authored-by: Martin Evans <martindevans@gmail.com>
|
2 years ago |
Rinne
|
ecf852c4e2
|
Update LLama/runtimes/build/LLamaSharp.Backend.MacMetal.nuspec
Co-authored-by: Martin Evans <martindevans@gmail.com>
|
2 years ago |
Rinne
|
95669c2ea3
|
Update LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec
Co-authored-by: Martin Evans <martindevans@gmail.com>
|
2 years ago |
Rinne
|
5eaebd68ba
|
Update LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec
Co-authored-by: Martin Evans <martindevans@gmail.com>
|
2 years ago |
Rinne
|
6724b39713
|
Update LLama/runtimes/build/LLamaSharp.Backend.Cpu.nuspec
Co-authored-by: Martin Evans <martindevans@gmail.com>
|
2 years ago |
Yaohui Liu
|
7855e07509
|
fix: typo in prepare_release.sh.
|
2 years ago |
Yaohui Liu
|
b7a7dc00b6
|
ci: fix typos.
|
2 years ago |
Yaohui Liu
|
252992ec6e
|
ci: fix icon and typos.
|
2 years ago |
Yaohui Liu
|
ae1fe1f995
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
b48867839a
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
1b86f9ed70
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
96d6edd794
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
5161c92cec
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
6e10d45774
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
94253f6051
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
5c36138b1a
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
f62e1dde96
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
811a796306
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
53eedf1428
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
cc0f57779d
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
8f1a1aeb3a
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
394c249193
|
ci: fix error.
|
2 years ago |
Yaohui Liu
|
f2ec02737e
|
ci: add semantic-kernel packing.
|
2 years ago |
Yaohui Liu
|
f9a98c6e23
|
ci: add auto release workflow.
|
2 years ago |
Martin Evans
|
3770a25bdc
|
Merge pull request #198 from martindevans/more_logging
More Logging
|
2 years ago |
Martin Evans
|
18b15184ea
|
Added logger parameter in to LLama.Web context creation
|
2 years ago |
Martin Evans
|
328022b13d
|
Fixed merge conflicts
|
2 years ago |
Martin Evans
|
7ec318aab5
|
Added logging to embedder too
|
2 years ago |
Martin Evans
|
f1e5a8f995
|
- Passing the `ILogger` through to every call of `CreateContext`
- Passing `ILogger` into executors
|
2 years ago |
Martin Evans
|
d2cf9489a0
|
Merge pull request #197 from saddam213/master
Update WebUI inline with v5.0.x
|
2 years ago |
sa_ddam213
|
952e77f97b
|
Remove old parameter
|
2 years ago |
sa_ddam213
|
4ec9aed47a
|
Revert LLamasSharp project changes
|
2 years ago |
sa_ddam213
|
b4b4000342
|
Merge branch 'master' into upstream_master
# Conflicts:
# LLama.Web/Common/ModelOptions.cs
# LLama.Web/Services/ConnectionSessionService.cs
# LLama/LLamaStatelessExecutor.cs
# LLama/LLamaWeights.cs
|
2 years ago |
Martin Evans
|
6e5a2e162c
|
Merge pull request #196 from martindevans/cleanup
Cleanup
|
2 years ago |
Martin Evans
|
e89ca5cc17
|
Fixed a few minor warnings
|
2 years ago |
Martin Evans
|
9daf586ba8
|
Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc)
|
2 years ago |
Martin Evans
|
d8434ea9d6
|
Merge pull request #185 from martindevans/wip_major_api_change
Major llama.cpp API Change
|
2 years ago |
Martin Evans
|
1f8c94e386
|
Added in the `special` parameter to the tokenizer (introduced in https://github.com/ggerganov/llama.cpp/pull/3538)
|
2 years ago |
Martin Evans
|
efb0664df0
|
- Added new binaries
- Fixed stateless executor out-of-context handling
- Fixed token tests
|
2 years ago |
Martin Evans
|
8562e1b924
|
Merge pull request #193 from DVaughan/dv-update-SemanticKernel-1.0.0-beta1
Support SemanticKernel 1.0.0-beta1
|
2 years ago |
Martin Evans
|
2ad6aef185
|
Merge pull request #194 from martindevans/yet_more_tests
More Tests
|
2 years ago |
Martin Evans
|
b8f0eff080
|
- Added `GetCharCountImpl` tests, fixed handling of empty strings
- Added ifdef to remove `Deconstruct` extension on everything except `NETSTANDARD2_0`
|
2 years ago |
Martin Evans
|
45118520fa
|
- Improved coverage of `GBNFGrammarParser` up to 96%
- Covered text transforms
- Removed unnecessary non-async transforms
|
2 years ago |
Daniel Vaughan
|
10a7d68330
|
Change to nullable cast in LLamaSharpTextCompletion.
|
2 years ago |
Daniel Vaughan
|
f64a54c9c8
|
Support SemanticKernel 1.0.0-beta1
|
2 years ago |
Martin Evans
|
58ec110a7d
|
Merge pull request #192 from martindevans/GrammarRule_tests
GrammarRule Tests
|
2 years ago |
Martin Evans
|
9f694c584c
|
Further improved grammar parser test coverage (up to 92%)
|
2 years ago |
Martin Evans
|
bff41eef37
|
Added some more coverage of `GrammarRule`, checking that invalid rules are rejected
|
2 years ago |
Martin Evans
|
2a38808bca
|
- Added threads to context params, replaced all thread args with `uint?`
- Replaced all binaries
|
2 years ago |
Martin Evans
|
4e9b1f8cdc
|
- Split extension methods into separate files
|
2 years ago |