We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67f42c commit b7b8de5Copy full SHA for b7b8de5
common/common.h
@@ -43,7 +43,7 @@ extern char const *LLAMA_BUILD_TARGET;
43
int32_t get_num_physical_cores();
44
45
struct gpt_params {
46
- uint32_t seed = -1; // RNG seed
+ uint32_t seed = LLAMA_DEFAULT_SEED; // RNG seed
47
48
int32_t n_threads = get_num_physical_cores();
49
int32_t n_threads_draft = -1;
0 commit comments