mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	llama : add RobertaForSequenceClassification reranker support (#13875)
This commit is contained in:
		@@ -213,6 +213,8 @@ enum llm_kv {
 | 
			
		||||
    LLM_KV_CONVNEXT_EMBEDDING_LENGTH,
 | 
			
		||||
    LLM_KV_CONVNEXT_BLOCK_COUNT,
 | 
			
		||||
 | 
			
		||||
    LLM_KV_CLASSIFIER_OUTPUT_LABELS,
 | 
			
		||||
 | 
			
		||||
    // deprecated:
 | 
			
		||||
    LLM_KV_TOKENIZER_PREFIX_ID,
 | 
			
		||||
    LLM_KV_TOKENIZER_SUFFIX_ID,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user