Browse Source

Access to IModelParamsExtensions

tags/v0.5.1
sa_ddam213 3 years ago
parent
commit
2d1269cae9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama/Extensions/IModelParamsExtensions.cs

+ 1
- 1
LLama/Extensions/IModelParamsExtensions.cs View File

@@ -6,7 +6,7 @@ using LLama.Native;


namespace LLama.Extensions namespace LLama.Extensions
{ {
internal static class IModelParamsExtensions
public static class IModelParamsExtensions
{ {
/// <summary> /// <summary>
/// Convert the given `IModelParams` into a `LLamaContextParams` /// Convert the given `IModelParams` into a `LLamaContextParams`


Loading…
Cancel
Save