csharp: update C# bindings to work with GGUF (#1651)

This commit is contained in:
Jared Van Bortel
2024-01-16 14:33:41 -05:00
committed by GitHub
parent f8564398fc
commit 03a9f0bedf
10 changed files with 17 additions and 57 deletions

View File

@@ -5,8 +5,6 @@
/// </summary>
public interface ILLModel : IDisposable
{
ModelType ModelType { get; }
ulong GetStateSizeBytes();
int GetThreadCount();