Browse Source

comment on IModelParamsExtensions

tags/v0.5.1
Martin Evans 2 years ago
parent
commit
91bcefc852
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      LLama/Extensions/IModelParamsExtensions.cs

+ 3
- 0
LLama/Extensions/IModelParamsExtensions.cs View File

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

namespace LLama.Extensions
{
/// <summary>
/// Extention methods to the IModelParams interface
/// </summary>
public static class IModelParamsExtensions
{
/// <summary>


Loading…
Cancel
Save