small fix in document
This commit is contained in:
parent
8924dbc3f9
commit
6e7da0d92c
1 changed files with 7 additions and 4 deletions
|
|
@ -41,7 +41,10 @@ Follow the instructions on the [Run Ollama on Linux with Intel GPU](ollama_quick
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Start the service
|
#### Start the service
|
||||||
```
|
|
||||||
|
Run below commands to start the service:
|
||||||
|
|
||||||
|
```sh
|
||||||
export no_proxy=localhost,127.0.0.1
|
export no_proxy=localhost,127.0.0.1
|
||||||
bash start.sh
|
bash start.sh
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue