Add ollama upgrade script
This commit is contained in:
@@ -110,3 +110,29 @@ if(!CheckVolatilityFilter())
|
|||||||
- If filters are too aggressive, adjust: `InpMinATRPercent` or `InpMinADX`
|
- If filters are too aggressive, adjust: `InpMinATRPercent` or `InpMinADX`
|
||||||
|
|
||||||
**Session End - Safe to restart**
|
**Session End - Safe to restart**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Ollama Upgrade Script Created
|
||||||
|
**File:** `~/upgrade-ollama.sh`
|
||||||
|
|
||||||
|
The automated upgrade via tool commands was timing out on sudo operations, so an upgrade script was created for manual execution.
|
||||||
|
|
||||||
|
### To Upgrade Ollama:
|
||||||
|
```bash
|
||||||
|
~/upgrade-ollama.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
This will:
|
||||||
|
1. Stop the current ollama service
|
||||||
|
2. Backup existing binary
|
||||||
|
3. Download latest version (currently v0.18.2)
|
||||||
|
4. Install and start the new version
|
||||||
|
5. Verify it's working
|
||||||
|
|
||||||
|
### Current Status:
|
||||||
|
- Running: v0.12.11
|
||||||
|
- Available: v0.18.2
|
||||||
|
- Location: /usr/local/bin/ollama
|
||||||
|
- Service: systemd (ollama.service)
|
||||||
|
- API: localhost:11434
|
||||||
|
|||||||
Reference in New Issue
Block a user