mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-24 10:24:35 +00:00
train : fix compile warning
This commit is contained in:
parent
b1ca8f36a9
commit
04606a1599
@ -2671,7 +2671,8 @@ struct train_params {
|
|||||||
const char * fn_checkpoint_out;
|
const char * fn_checkpoint_out;
|
||||||
const char * fn_model_out;
|
const char * fn_model_out;
|
||||||
|
|
||||||
int seed;
|
uint32_t seed;
|
||||||
|
|
||||||
int n_ctx;
|
int n_ctx;
|
||||||
int n_embd;
|
int n_embd;
|
||||||
int n_mult;
|
int n_mult;
|
||||||
|
Loading…
Reference in New Issue
Block a user