← Chat Archive

Share:
Updating Ollama to Latest Version
2026-07-28 12:47 9 messages hermes-20260728_1245...
ASSISTANT (hermes, k3)
2026-07-28 12:47
TOOL (hermes, k3)
[Tool: terminal] {"output": "ollama version is 0.24.0\n/usr/local/bin/ollama\n● ollama.service - Ollama Service\n Loaded: loaded (/etc/systemd/system/ollama.service; enabled; preset: enabled)\n Active: active (running) since Thu 2026-07-09 16:33:19 IST; 2 weeks 4 days ago\n Invocation: 56b004670f2345b9a299106d3b4eefa7\n Main PID: 1126 (ollama)", "exit_code": 0, "error": null}
2026-07-28 12:47
ASSISTANT (hermes, k3)
0.24.0 installed, running as a systemd service. Updating via the official install script (preserves models and the service).
2026-07-28 12:47
TOOL (hermes, k3)
[Tool: terminal] {"output": ">>> Cleaning up old version at /usr/local/lib/ollama\n>>> Installing ollama to /usr/local\n>>> Downloading ollama-linux-amd64.tar.zst\n\r#=#=# \r 0.4%\r 1.1%\r# 2.1%\r## 2.9%\r## 3.8%\r### 4.7%\r### 5.5%\r#### 6.1%\r#### 6.3%\r#### 6.4%\r##### 7.3%\r##### 7.7%\r##### 8.2%\r###### 9.0%\r####### 10.1%\r####### 11.0%\r######## 11.9%\r######### 12.7%\r######### 13.6%\r########## 14.5%\r########### 15.3%\r########### 16.2%\r############ 17.0%\r############ 17.9%\r############# 18.7%\r############## 19.6%\r############## 20.5%\r############### 21.3%\r############### 22.2%\r################ 23.0%\r################# 23.9%\r################# 24.7%\r################## 25.6%\r################### 26.5%\ ... [10926 chars total, truncated]
2026-07-28 12:48
ASSISTANT (hermes, k3)
2026-07-28 12:48
TOOL (hermes, k3)
[Tool: terminal] {"output": "ollama version is 0.32.5\nactive\nNAME ID SIZE MODIFIED \nkimi-k2.7-code:cloud eda07a659237 - 6 weeks ago \nqwen:latest d53d04290064 2.3 GB 8 weeks ago \nkimi-k2.6:cloud a90cd0d1590c - 2 months ago \nglm-5.1:cloud 59472abf9d0a - 2 months ago", "exit_code": 0, "error": null}
2026-07-28 12:48
ASSISTANT (hermes, k3)
Done. Ollama updated 0.24.0 → 0.32.5, service restarted and active, all 4 models intact.
2026-07-28 12:48
USER (hermes, k3)
which 4 models
2026-07-28 12:49
ASSISTANT (hermes, k3)
From `ollama list`: 1. kimi-k2.7-code:cloud (cloud model, added 6 weeks ago) 2. qwen:latest (2.3 GB, local, added 8 weeks ago) 3. kimi-k2.6:cloud (cloud model, added 2 months ago) 4. glm-5.1:cloud (cloud model, added 2 months ago) Three are cloud models (no local download — the `-` size means they run on Ollama's servers). Only qwen:latest is an actual local model, 2.3 GB on disk.
2026-07-28 12:49