Added a comment on the type itself

This commit is contained in:
Martin Evans 2023-12-13 19:54:15 +00:00
parent b0270b5788
commit 5ad2cd1d3c
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
namespace LLama.Native; namespace LLama.Native;
/// <summary>
/// Possible GGML quantisation types
/// </summary>
public enum GGMLType public enum GGMLType
{ {
/// <summary> /// <summary>