mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	train : fix compile warning
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov