From 5ad2cd1d3c7d797e6c83195a7f60b0d9d092d53a Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Wed, 13 Dec 2023 19:54:15 +0000 Subject: [PATCH] Added a comment on the type itself --- LLama/Native/GGMLType.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LLama/Native/GGMLType.cs b/LLama/Native/GGMLType.cs index 8d7b78fa..8bd33211 100644 --- a/LLama/Native/GGMLType.cs +++ b/LLama/Native/GGMLType.cs @@ -1,5 +1,8 @@ namespace LLama.Native; +/// +/// Possible GGML quantisation types +/// public enum GGMLType { ///