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