This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
LLamaSharp
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
17
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Setting the default seed to `0xFFFFFFFF` (no seed, randomised)
tags/v0.7.0
Martin Evans
2 years ago
parent
bb5dedf5eb
commit
f6a472ae86
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
LLama/Common/ModelParams.cs
+ 1
- 1
LLama/Common/ModelParams.cs
View File
@@ -28,7 +28,7 @@ namespace LLama.Common
/// <summary>
/// Seed for the random number generator (seed)
/// </summary>
public uint Seed { get; set; } =
1686349486
;
public uint Seed { get; set; } =
0xFFFFFFFF
;
/// <summary>
/// Use f16 instead of f32 for memory kv (memory_f16)
/// </summary>
Write
Preview
Loading…
Cancel
Save