Skip to content

Commit 05cedab

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 700ea61 commit 05cedab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LLama/Common/ModelParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public record ModelParams
3535
public uint SeqMax { get; set; } = 1;
3636

3737
/// <inheritdoc />
38-
public uint RecurrentRollbackSnapshots { get; } = 0;
38+
public uint RecurrentRollbackSnapshots { get; set; } = 0;
3939

4040
/// <inheritdoc />
4141
public bool UseMemorymap { get; set; } = true;

0 commit comments

Comments
 (0)