Skip to content

Commit

Permalink
fix ollama quickstart(#10846)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwang04 authored Apr 22, 2024
1 parent fe5a082 commit 2ec45c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ You may launch the Ollama service as below:
Please set environment variable ``OLLAMA_NUM_GPU`` to ``999`` to make sure all layers of your model are running on Intel GPU, otherwise, some layers may run on CPU.
```

```eval_rst
.. note::
To allow the service to accept connections from all IP addresses, use `OLLAMA_HOST=0.0.0.0 ./ollama serve` instead of just `./ollama serve`.
Expand Down

0 comments on commit 2ec45c4

Please sign in to comment.