mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	convert : add support for CamembertModel architecture (#6119)
Adding support for CamembertModel architecture used by : https://huggingface.co/dangvantuan/sentence-camembert-large
This commit is contained in:
		| @@ -1634,7 +1634,7 @@ in chat mode so that the conversation can end normally.") | ||||
|                 self.post_write_tensors(tensor_map, name, data_torch) | ||||
|  | ||||
|  | ||||
| @Model.register("BertModel") | ||||
| @Model.register("BertModel", "CamembertModel") | ||||
| class BertModel(Model): | ||||
|     model_arch = gguf.MODEL_ARCH.BERT | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thérence
					Thérence