From 2c933c57a1e9196104d1300be6e39e5cfc3381f2 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 6 Aug 2023 20:48:35 +0100 Subject: [PATCH] Fixed ModelOptions in Web project --- LLama.Web/Common/ModelOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLama.Web/Common/ModelOptions.cs b/LLama.Web/Common/ModelOptions.cs index 3d88d6b3..e8b89dee 100644 --- a/LLama.Web/Common/ModelOptions.cs +++ b/LLama.Web/Common/ModelOptions.cs @@ -84,7 +84,7 @@ namespace LLama.Web.Common /// /// how split tensors should be distributed across GPUs /// - public nint TensorSplits { get; set; } + public float[] TensorSplits { get; set; } /// /// Grouped-Query Attention