mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ggml : fix typo in ggml.c (#7603)
This commit is contained in:
		
							
								
								
									
										2
									
								
								ggml.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ggml.c
									
									
									
									
									
								
							| @@ -11012,7 +11012,7 @@ static void ggml_compute_forward_concat_f32( | |||||||
|  |  | ||||||
| static void ggml_compute_forward_concat( | static void ggml_compute_forward_concat( | ||||||
|     const struct ggml_compute_params * params, |     const struct ggml_compute_params * params, | ||||||
|     struct ggml_tensor* dst) { |     struct ggml_tensor * dst) { | ||||||
|  |  | ||||||
|     const struct ggml_tensor * src0 = dst->src[0]; |     const struct ggml_tensor * src0 = dst->src[0]; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 zhouwg
					zhouwg