Update model support list regarding Gemma3 for Ollama portable zip QuickStart (#12979)
* Update model support list regarding Gemma3 for Ollama portable zip QuickStart * Small fix * Small fix * Small fix
This commit is contained in:
		
							parent
							
								
									dd026db50b
								
							
						
					
					
						commit
						6f634b41da
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -219,3 +219,4 @@ The currently Ollama Portable Zip is based on Ollama v0.5.4; in addition, the fo
 | 
			
		|||
| Smallthinker | `ollama run smallthinker` |`./ollama run smallthinker` | [smallthinker](https://ollama.com/library/smallthinker) |
 | 
			
		||||
| Granite3.1-Dense |  `ollama run granite3-dense` | `./ollama run granite3-dense` | [granite3.1-dense](https://ollama.com/library/granite3.1-dense) |
 | 
			
		||||
| Granite3.1-Moe-3B | `ollama run granite3-moe` | `./ollama run granite3-moe` | [granite3.1-moe](https://ollama.com/library/granite3.1-moe) |
 | 
			
		||||
| Gemma 3 | `set IPEX_LLM_MODEL_SOURCE=modelscope` <br> `ollama run gemma3` <br> `ollama run gemma3:1b` <br> `ollama run gemma3:12b` <br> `ollama run gemma3:27b` | `export IPEX_LLM_MODEL_SOURCE=modelscope` <br> `./ollama run gemma3` <br> `./ollama run gemma3:1b` <br> `./ollama run gemma3:12b` <br> `./ollama run gemma3:27b` | [gemma3](https://www.modelscope.cn/models/lmstudio-community/gemma-3-4b-it-GGUF) <br> [gemma3:1b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-1b-it-GGUF) <br> [gemma3:12b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-12b-it-GGUF) <br> [gemma3:27b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-4b-it-GGUF) |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -218,3 +218,4 @@ Ollama 默认从 Ollama 库下载模型。通过在**运行 Ollama 之前**设
 | 
			
		|||
| Smallthinker | `ollama run smallthinker` |`./ollama run smallthinker` | [smallthinker](https://ollama.com/library/smallthinker) |
 | 
			
		||||
| Granite3.1-Dense |  `ollama run granite3-dense` | `./ollama run granite3-dense` | [granite3.1-dense](https://ollama.com/library/granite3.1-dense) |
 | 
			
		||||
| Granite3.1-Moe-3B | `ollama run granite3-moe` | `./ollama run granite3-moe` | [granite3.1-moe](https://ollama.com/library/granite3.1-moe) |
 | 
			
		||||
| Gemma 3 | `set IPEX_LLM_MODEL_SOURCE=modelscope` <br> `ollama run gemma3` <br> `ollama run gemma3:1b` <br> `ollama run gemma3:12b` <br> `ollama run gemma3:27b` | `export IPEX_LLM_MODEL_SOURCE=modelscope` <br> `./ollama run gemma3` <br> `./ollama run gemma3:1b` <br> `./ollama run gemma3:12b` <br> `./ollama run gemma3:27b` | [gemma3](https://www.modelscope.cn/models/lmstudio-community/gemma-3-4b-it-GGUF) <br> [gemma3:1b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-1b-it-GGUF) <br> [gemma3:12b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-12b-it-GGUF) <br> [gemma3:27b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-4b-it-GGUF) |
 | 
			
		||||
		Loading…
	
		Reference in a new issue