diff --git a/LLama/Common/ModelParams.cs b/LLama/Common/ModelParams.cs index 998d4ec4..eb97a011 100644 --- a/LLama/Common/ModelParams.cs +++ b/LLama/Common/ModelParams.cs @@ -28,7 +28,7 @@ namespace LLama.Common /// /// Seed for the random number generator (seed) /// - public uint Seed { get; set; } = 1686349486; + public uint Seed { get; set; } = 0xFFFFFFFF; /// /// Use f16 instead of f32 for memory kv (memory_f16) ///