mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	model : Add support for Arcee AI's upcoming AFM model (#14185)
* Add Arcee AFM support * Add draft update code * Fix linter and update URL, may still not be final * Update src/llama-model.cpp Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com> * Remote accidental blank line --------- Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
		@@ -1987,6 +1987,7 @@ void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) {
 | 
			
		||||
                    || t.first == "<|eom_id|>"
 | 
			
		||||
                    || t.first == "<EOT>"
 | 
			
		||||
                    || t.first == "_<EOT>"
 | 
			
		||||
                    || t.first == "<|end_of_text|>"
 | 
			
		||||
               ) {
 | 
			
		||||
                special_eog_ids.insert(t.second);
 | 
			
		||||
                if ((id_to_token[t.second].attr & LLAMA_TOKEN_ATTR_CONTROL) == 0) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user