mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	ggml : fix labels for GGML_OP_ALIBI
This commit is contained in:
		
							
								
								
									
										2
									
								
								ggml.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ggml.c
									
									
									
									
									
								
							| @@ -3827,6 +3827,7 @@ static const char * GGML_OP_LABEL[GGML_OP_COUNT] = { | |||||||
|     "DIAG_MASK_INF", |     "DIAG_MASK_INF", | ||||||
|     "SOFT_MAX", |     "SOFT_MAX", | ||||||
|     "ROPE", |     "ROPE", | ||||||
|  |     "ALIBI", | ||||||
|     "CONV_1D_1S", |     "CONV_1D_1S", | ||||||
|     "CONV_1D_2S", |     "CONV_1D_2S", | ||||||
|  |  | ||||||
| @@ -3875,6 +3876,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = { | |||||||
|     "diag_mask_inf(x)", |     "diag_mask_inf(x)", | ||||||
|     "soft_max(x)", |     "soft_max(x)", | ||||||
|     "rope(x)", |     "rope(x)", | ||||||
|  |     "alibi(x)", | ||||||
|     "conv_1d_1s(x)", |     "conv_1d_1s(x)", | ||||||
|     "conv_1d_2s(x)", |     "conv_1d_2s(x)", | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov