Commit Graph

26 Commits

Author SHA1 Message Date
Martin Evans 73882de591
Merge pull request #81 from martindevans/tensor_splits_array
Improved Tensor Splits
2023-08-07 13:36:38 +01:00
Martin Evans bd3d8d3dc4 Cleaned up multiple enumeration in FixedSizeQueue 2023-08-07 02:23:46 +01:00
Martin Evans 685eb3b9c2 Replaced `nint` with `float[]?` in Model params, which is much more user friendly! 2023-08-06 20:29:38 +01:00
sa_ddam213 e02d0c3617 Merge branch 'master' of https://github.com/SciSharp/LLamaSharp into upstream_master 2023-08-07 03:34:37 +12:00
sa_ddam213 bac9cba01a InferenceParams abstractions 2023-08-06 11:03:45 +12:00
sa_ddam213 2a04e31b7d ModelParams abstraction 2023-08-06 10:44:54 +12:00
Yaohui Liu 546ba28a68
fix: ci error caused by branch merge. 2023-08-06 01:48:31 +08:00
Yaohui Liu 9fcbd16b74
Merge branch 'master' of github.com:SciSharp/LLamaSharp into rinne-dev 2023-08-06 01:30:03 +08:00
Yaohui Liu 2968125daf
feat: update the llama backends. 2023-08-06 01:22:24 +08:00
Martin Evans fe3bd11dfa
Merge branch 'master' into master 2023-08-05 16:56:18 +01:00
Martin Evans 7ef07104e7 Added queue fix, so that CI can pass 2023-08-05 14:38:47 +01:00
SignalRT 348f2c7d72 Update llama.cpp binaries to 5f631c2 and align the context to that version
It solves the problem with netstandard2 (is it really netstandard2 a thing right now?)
Change context to solve problems.

5f631c26794b6371fcf2660e8d0c53494a5575f7
2023-08-05 12:45:34 +02:00
Rinne c641dbdb83
Merge pull request #69 from martindevans/fixed_mirostat_spelling
Fixed Spelling Mirostate -> Mirostat
2023-08-05 08:56:52 +08:00
Martin Evans 36735f7908 Fixed spelling of "mirostat" instead of "mirostate" 2023-07-27 23:11:25 +01:00
Martin Evans ad28a5acdb
Merge branch 'master' into fix_multiple_enumeration 2023-07-24 22:13:49 +01:00
Martin Evans 3d07721a00 Fixed eager count check 2023-07-24 15:55:06 +01:00
Martin Evans 7cf1f8ac28 Fixed multiple cases where an `IEnumerable<T>` was enumerated multiple times. 2023-07-20 16:29:54 +01:00
Martin Evans 2e76b79af6 Various minor XML docs fixes 2023-07-20 16:07:53 +01:00
Yaohui Liu 1062fe1a7e
feat: upgrade the native libraries. 2023-06-21 15:21:27 +08:00
Yaohui Liu 6c400e64c2
docs: publiash documentation 0.4. 2023-06-20 02:38:57 +08:00
Marcel 762fd7c1ae Fixed a typo in FixedSizeQueue 2023-06-15 22:00:37 +02:00
Yaohui Liu bdbd6aa824
feat: add transforms for chat session. 2023-06-12 18:07:41 +08:00
Yaohui Liu b567399b65
refactor: allow customized logger. 2023-06-12 03:11:44 +08:00
Yaohui Liu 3bf74ec9b9
feat: add chat session for refactored code. 2023-06-12 02:47:25 +08:00
Yaohui Liu e603a09137
fix: state loading and saving not working. 2023-06-11 09:13:30 +08:00
Yaohui Liu 264fb9a706
refactor: LLamaModel and LLamaExecutor. 2023-06-10 18:37:58 +08:00