mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
train : fix compile warning
This commit is contained in:
parent
b1ca8f36a9
commit
04606a1599
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue