Skip to content

Commit 8db5635

Browse files
[Branch 2.2.0] Small updates to Ollama portable zip Quickstart (#13044)
* Small updates to Ollama portable zip quickstart (#13043) * Small fix * Small fix
1 parent 6a58f9b commit 8db5635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mddocs/Quickstart/ollama_portable_zip_quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ The currently Ollama Portable Zip is based on Ollama v0.5.4; in addition, the fo
219219
| Smallthinker | `ollama run smallthinker` |`./ollama run smallthinker` | [smallthinker](https://ollama.com/library/smallthinker) |
220220
| Granite3.1-Dense | `ollama run granite3-dense` | `./ollama run granite3-dense` | [granite3.1-dense](https://ollama.com/library/granite3.1-dense) |
221221
| Granite3.1-Moe-3B | `ollama run granite3-moe` | `./ollama run granite3-moe` | [granite3.1-moe](https://ollama.com/library/granite3.1-moe) |
222-
| Gemma 3 1B | `ollama run gemma3:1b` | `./ollama run gemma3:1b`| [gemma3:1b](https://ollama.com/library/gemma3:1b) |
222+
| Gemma 3 1B | `set IPEX_LLM_MODEL_SOURCE=modelscope` <br> `ollama run gemma3:1b` | `export IPEX_LLM_MODEL_SOURCE=modelscope` <br> `./ollama run gemma3:1b`| [gemma3:1b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-1b-it-GGUF) |

docs/mddocs/Quickstart/ollama_portable_zip_quickstart.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@ Ollama 默认从 Ollama 库下载模型。通过在**运行 Ollama 之前**设
218218
| Smallthinker | `ollama run smallthinker` |`./ollama run smallthinker` | [smallthinker](https://ollama.com/library/smallthinker) |
219219
| Granite3.1-Dense | `ollama run granite3-dense` | `./ollama run granite3-dense` | [granite3.1-dense](https://ollama.com/library/granite3.1-dense) |
220220
| Granite3.1-Moe-3B | `ollama run granite3-moe` | `./ollama run granite3-moe` | [granite3.1-moe](https://ollama.com/library/granite3.1-moe) |
221-
| Gemma 3 1B | `ollama run gemma3:1b` | `./ollama run gemma3:1b`| [gemma3:1b](https://ollama.com/library/gemma3:1b) |
221+
| Gemma 3 1B | `set IPEX_LLM_MODEL_SOURCE=modelscope` <br> `ollama run gemma3:1b` | `export IPEX_LLM_MODEL_SOURCE=modelscope` <br> `./ollama run gemma3:1b`| [gemma3:1b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-1b-it-GGUF) |

0 commit comments

Comments
 (0)