Skip to content

Commit

Permalink
train : fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jul 1, 2023
1 parent b1ca8f3 commit 04606a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/train-text-from-scratch/train-text-from-scratch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,8 @@ struct train_params {
const char * fn_checkpoint_out;
const char * fn_model_out;

int seed;
uint32_t seed;

int n_ctx;
int n_embd;
int n_mult;
Expand Down

0 comments on commit 04606a1

Please sign in to comment.