Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Ollama upgrade commands and documentation.
  • Loading branch information
chetan-hireholi authored Nov 4, 2024
1 parent ad8d396 commit bb7f89f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@ IBM Granite.Code accesses models through <a href="https://ollama.com" target="_b
brew install ollama
```

### If already installed, update Ollama to the latest stable version

#### If you have installed Ollama via brew (for Mac)
```
brew upgrade ollama
```

#### If you have installed Ollama via package installer:
Ollama on macOS and Windows will automatically download updates. Click on the taskbar or menubar item and then click "Restart to update" to apply the update. Updates can also be installed by downloading the latest version manually.

#### On Linux, re-run the install script:
```
curl -fsSL https://ollama.com/install.sh | sh
```

### Start the Ollama inference server

In a terminal window, run:
Expand Down

0 comments on commit bb7f89f

Please sign in to comment.