diff --git a/LLama/Native/LLamaContextParams.cs b/LLama/Native/LLamaContextParams.cs
index 58233ba5..42f2be3f 100644
--- a/LLama/Native/LLamaContextParams.cs
+++ b/LLama/Native/LLamaContextParams.cs
@@ -47,7 +47,6 @@ namespace LLama.Native
///
/// how to split layers across multiple GPUs
///
- [MarshalAs(UnmanagedType.LPArray)]
public float[] tensor_split;
///