Ollama portable zip QuickStart tiny fix (#12862)

* Tiny fix to ollama portable zip quickstart

* Tiny fix
This commit is contained in:
Yuwen Hu 2025-02-20 14:11:12 +08:00 committed by GitHub
parent 0f2706be42
commit a488981f3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -71,8 +71,7 @@ Download IPEX-LLM Ollama portable tgz for Ubuntu users from the [link](https://g
Then open a terminal, extract the tgz file to a folder.
```bash
cd PATH/TO/DOWNLOADED/TGZ
tar xvf [Downloaded tgz file]
tar -xvf [Downloaded tgz file path]
```
### Step 2: Start Ollama Serve

View file

@ -71,8 +71,7 @@
然后,开启一个终端,输入如下命令将 tgz 文件解压到一个文件夹中。
```bash
cd PATH/TO/DOWNLOADED/TGZ
tar xvf [Downloaded tgz file]
tar -xvf [Downloaded tgz file path]
```
### 步骤 2启动 Ollama Serve