LLamaSharp/LLama
Yaohui Liu 3a1daa98a3
feat: add the api to get the embedding length of the model.
2023-08-08 21:41:33 +08:00
..
Abstractions Replaced `nint` with `float[]?` in Model params, which is much more user friendly! 2023-08-06 20:29:38 +01:00
Common Merge pull request #81 from martindevans/tensor_splits_array 2023-08-07 13:36:38 +01:00
Exceptions Various minor XML docs fixes 2023-07-20 16:07:53 +01:00
Extensions Pulled conversion of a `IModelParams` into a `LLamaContextParams` out into an extension method which can be used in other places. 2023-08-07 01:55:36 +01:00
Native Merge pull request #78 from SciSharp/rinne-dev 2023-08-06 20:59:24 +08:00
OldVersion Merge pull request #68 from martindevans/sampling_improvements 2023-08-05 08:55:12 +08:00
runtimes fix: update the dlls. 2023-08-06 13:46:57 +08:00
ChatSession.cs InferenceParams abstractions 2023-08-06 11:03:45 +12:00
LLamaEmbedder.cs ModelParams abstraction 2023-08-06 10:44:54 +12:00
LLamaExecutorBase.cs InferenceParams abstractions 2023-08-06 11:03:45 +12:00
LLamaInstructExecutor.cs InferenceParams abstractions 2023-08-06 11:03:45 +12:00
LLamaInteractExecutor.cs InferenceParams abstractions 2023-08-06 11:03:45 +12:00
LLamaModel.cs feat: add the api to get the embedding length of the model. 2023-08-08 21:41:33 +08:00
LLamaQuantizer.cs Various minor XML docs fixes 2023-07-20 16:07:53 +01:00
LLamaSharp.Runtime.targets fix: update the dlls. 2023-08-06 13:46:57 +08:00
LLamaSharp.csproj fix breaking change in llama.cpp; bind to latest version llama.cpp to support new quantization method 2023-07-20 07:59:44 -04:00
LLamaStatelessExecutor.cs Merge branch 'master' of github.com:SciSharp/LLamaSharp into rinne-dev 2023-08-08 00:16:38 +08:00
LLamaTransforms.cs Merge branch 'master' into more_multi_enumeration_fixes 2023-07-30 00:45:38 +08:00
ResettableLLamaModel.cs ModelParams abstraction 2023-08-06 10:44:54 +12:00
Utils.cs Pulled conversion of a `IModelParams` into a `LLamaContextParams` out into an extension method which can be used in other places. 2023-08-07 01:55:36 +01:00