From 281e58f0594c7d3f968595f97bd39f488c53517a Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Fri, 20 Oct 2023 14:35:06 +0100 Subject: [PATCH] Fixed default value --- LLama/Common/ModelParams.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLama/Common/ModelParams.cs b/LLama/Common/ModelParams.cs index bc02de63..a2b5d37f 100644 --- a/LLama/Common/ModelParams.cs +++ b/LLama/Common/ModelParams.cs @@ -85,7 +85,7 @@ namespace LLama.Common /// how split tensors should be distributed across GPUs. /// /// "[ 3, 2 ]" will assign 60% of the data to GPU 0 and 40% to GPU 1. - public TensorSplitsCollection TensorSplits { get; set; } + public TensorSplitsCollection TensorSplits { get; set; } = new(); /// /// RoPE base frequency