Ollama portable zip QuickStart tiny fix (#12862)
* Tiny fix to ollama portable zip quickstart * Tiny fix
This commit is contained in:
parent
0f2706be42
commit
a488981f3f
2 changed files with 3 additions and 5 deletions
|
|
@ -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.
|
Then open a terminal, extract the tgz file to a folder.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd PATH/TO/DOWNLOADED/TGZ
|
tar -xvf [Downloaded tgz file path]
|
||||||
tar xvf [Downloaded tgz file]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: Start Ollama Serve
|
### Step 2: Start Ollama Serve
|
||||||
|
|
|
||||||
|
|
@ -71,8 +71,7 @@
|
||||||
|
|
||||||
然后,开启一个终端,输入如下命令将 tgz 文件解压到一个文件夹中。
|
然后,开启一个终端,输入如下命令将 tgz 文件解压到一个文件夹中。
|
||||||
```bash
|
```bash
|
||||||
cd PATH/TO/DOWNLOADED/TGZ
|
tar -xvf [Downloaded tgz file path]
|
||||||
tar xvf [Downloaded tgz file]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 步骤 2:启动 Ollama Serve
|
### 步骤 2:启动 Ollama Serve
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue