mirror of
				https://github.com/hiyouga/LLaMA-Factory.git
				synced 2025-11-04 18:02:19 +08:00 
			
		
		
		
	[model] Add mistral-small 3.2 & kimi-dev (#8433)
This commit is contained in:
		
							parent
							
								
									9af7915f7b
								
							
						
					
					
						commit
						ecbccb4c5d
					
				@ -1143,6 +1143,17 @@ register_model_group(
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
register_model_group(
 | 
			
		||||
    models={
 | 
			
		||||
        "Kimi-Dev-72B-Instruct": {
 | 
			
		||||
            DownloadSource.DEFAULT: "moonshotai/Kimi-Dev-72B",
 | 
			
		||||
            DownloadSource.MODELSCOPE: "moonshotai/Kimi-Dev-72B",
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
    template="qwen",
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
register_model_group(
 | 
			
		||||
    models={
 | 
			
		||||
        "Kimi-VL-A3B-Instruct": {
 | 
			
		||||
@ -1675,6 +1686,10 @@ register_model_group(
 | 
			
		||||
            DownloadSource.DEFAULT: "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
 | 
			
		||||
            DownloadSource.MODELSCOPE: "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
 | 
			
		||||
        },
 | 
			
		||||
        "Mistral-Small-3.2-24B-Instruct": {
 | 
			
		||||
            DownloadSource.DEFAULT: "mistralai/Mistral-Small-3.2-24B-Instruct-2506",
 | 
			
		||||
            DownloadSource.MODELSCOPE: "mistralai/Mistral-Small-3.2-24B-Instruct-2506",
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
    template="mistral_small",
 | 
			
		||||
    multimodal=True,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user