From b73728c7ce7f98bf0d4f52cede95143a68e37aa0 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:44:36 +0800 Subject: [PATCH] Small updates to Ollama portable zip Quickstart (#13040) --- docs/mddocs/Quickstart/ollama_portable_zip_quickstart.md | 2 +- docs/mddocs/Quickstart/ollama_portable_zip_quickstart.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mddocs/Quickstart/ollama_portable_zip_quickstart.md b/docs/mddocs/Quickstart/ollama_portable_zip_quickstart.md index 61b0f092..26dfee0c 100644 --- a/docs/mddocs/Quickstart/ollama_portable_zip_quickstart.md +++ b/docs/mddocs/Quickstart/ollama_portable_zip_quickstart.md @@ -219,4 +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`
`ollama run gemma3`
`ollama run gemma3:1b`
`ollama run gemma3:12b`
`ollama run gemma3:27b` | `export IPEX_LLM_MODEL_SOURCE=modelscope`
`./ollama run gemma3`
`./ollama run gemma3:1b`
`./ollama run gemma3:12b`
`./ollama run gemma3:27b` | [gemma3](https://www.modelscope.cn/models/lmstudio-community/gemma-3-4b-it-GGUF)
[gemma3:1b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-1b-it-GGUF)
[gemma3:12b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-12b-it-GGUF)
[gemma3:27b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-4b-it-GGUF) | +| Gemma 3 1B | `ollama run gemma3:1b` | `./ollama run gemma3:1b`| [gemma3:1b](https://ollama.com/library/gemma3:1b) | diff --git a/docs/mddocs/Quickstart/ollama_portable_zip_quickstart.zh-CN.md b/docs/mddocs/Quickstart/ollama_portable_zip_quickstart.zh-CN.md index b7d5ff5f..1f1038e9 100644 --- a/docs/mddocs/Quickstart/ollama_portable_zip_quickstart.zh-CN.md +++ b/docs/mddocs/Quickstart/ollama_portable_zip_quickstart.zh-CN.md @@ -218,4 +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`
`ollama run gemma3`
`ollama run gemma3:1b`
`ollama run gemma3:12b`
`ollama run gemma3:27b` | `export IPEX_LLM_MODEL_SOURCE=modelscope`
`./ollama run gemma3`
`./ollama run gemma3:1b`
`./ollama run gemma3:12b`
`./ollama run gemma3:27b` | [gemma3](https://www.modelscope.cn/models/lmstudio-community/gemma-3-4b-it-GGUF)
[gemma3:1b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-1b-it-GGUF)
[gemma3:12b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-12b-it-GGUF)
[gemma3:27b](https://www.modelscope.cn/models/lmstudio-community/gemma-3-4b-it-GGUF) | \ No newline at end of file +| Gemma 3 1B | `ollama run gemma3:1b` | `./ollama run gemma3:1b`| [gemma3:1b](https://ollama.com/library/gemma3:1b) | \ No newline at end of file