Martin Evans
|
a8ba9f05b3
|
March Binary Update (#565)
* Updated binaries to llama.cpp `3ab8b3a92ede46df88bc5a2dfca3777de4a2b2b6` (build run: https://github.com/SciSharp/LLamaSharp/actions/runs/8118890586)
* Added abort callback
* Added properties to get/set thread count on `LLamaContext`
* Fixed LLamaLogLevel numbering
|
1 year ago |
Martin Evans
|
9b995510d6
|
Removed all setters in `IModelParams` and `IContextParams`, allowing implementations to be immutable.
|
1 year ago |
Martin Evans
|
439d14a061
|
Updated binaries:
- build run: https://github.com/SciSharp/LLamaSharp/actions/runs/7196891440
- commit: 9fb13f9584
|
1 year 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 |
SignalRT
|
97006a214f
|
Merge remote-tracking branch 'upstream/master' into RuntimeDetection
|
2 years ago |
Martin Evans
|
31244ae691
|
Merge branch 'master' into YaRN_scaling_parameters
|
2 years ago |
SignalRT
|
5fe721bdbe
|
Revert "Merge branch 'pr/268' into RuntimeDetection"
This reverts commit 091b8d58b3502a99b3bfbec9db457c92cc736beb, reversing
changes made to 9b2ca9cf8e.
|
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
|
04ee64a6be
|
Exposed YaRN scaling parameters in IContextParams
|
2 years ago |
Martin Evans
|
529b06b35b
|
- Fixed rope frequency/base to use the values in the model by default, instead of always overriding them by default!
|
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
|
669ae47ef7
|
- Split parameters into two interfaces
- params contains a list of loras, instead of just one
|
2 years ago |