Lumpiasty
  • Joined on 2025-02-08
Lumpiasty merged pull request Lumpiasty/klaster#374 2026-07-28 15:51:54 +00:00
Update Helm release k8up to v4.10.0
Lumpiasty pushed to fresh-start at Lumpiasty/klaster 2026-07-28 15:50:26 +00:00
c4143d95fc Merge pull request 'Update Helm release gitea to v12.7.0' (#377) from renovate/gitea-12.x into fresh-start
ef3b8a271e Update Helm release gitea to v12.7.0
Compare 2 commits »
Lumpiasty merged pull request Lumpiasty/klaster#377 2026-07-28 15:50:25 +00:00
Update Helm release gitea to v12.7.0
Lumpiasty pushed to fresh-start at Lumpiasty/klaster 2026-07-28 15:50:13 +00:00
146a251669 Merge pull request 'Update gitea.lumpiasty.xyz/lumpiasty/supervisord:latest Docker digest to 86e4837' (#378) from renovate/gitea.lumpiasty.xyz-lumpiasty-supervisord-latest into fresh-start
81518b132a Update gitea.lumpiasty.xyz/lumpiasty/supervisord:latest Docker digest to 86e4837
Compare 2 commits »
Lumpiasty merged pull request Lumpiasty/klaster#378 2026-07-28 15:50:12 +00:00
Update gitea.lumpiasty.xyz/lumpiasty/supervisord:latest Docker digest to 86e4837
Lumpiasty merged pull request Lumpiasty/klaster#383 2026-07-28 15:50:03 +00:00
Update Helm release valkey to v0.11.0
Lumpiasty pushed to fresh-start at Lumpiasty/klaster 2026-07-28 15:50:03 +00:00
3400bcc421 Merge pull request 'Update Helm release valkey to v0.11.0' (#383) from renovate/valkey-0.x into fresh-start
d86ad8e56a Update Helm release valkey to v0.11.0
Compare 2 commits »
Lumpiasty pushed to fresh-start at Lumpiasty/klaster 2026-07-28 15:49:48 +00:00
45365dd01f Merge pull request 'Update Helm release vault-secrets-operator to v1.5.0' (#384) from renovate/vault-secrets-operator-1.x into fresh-start
2aca37a14c Update Helm release vault-secrets-operator to v1.5.0
Compare 2 commits »
Lumpiasty merged pull request Lumpiasty/klaster#384 2026-07-28 15:49:48 +00:00
Update Helm release vault-secrets-operator to v1.5.0
Lumpiasty created branch fable5/vram-ondemand-rebased-20260726 in Lumpiasty/llama.cpp 2026-07-26 20:00:38 +00:00
Lumpiasty pushed to fable5/vram-ondemand-rebased-20260726 at Lumpiasty/llama.cpp 2026-07-26 20:00:38 +00:00
80b91cbf76 server: on-demand mmproj - free encoder VRAM on the text path
da76fcb326 mtmd: release/restore the encoder weights from VRAM on demand
6d476d6ccc llama: free backend compute scratch on cold; guard memory_breakdown
a8dc3ebddb ggml: add ggml_backend_free_scratch to drop Vulkan compute prealloc
5ddcf40fc1 llama: evict recurrent/SSM state on device release
Compare 10 commits »
Lumpiasty pushed to fable5/vram-ondemand at Lumpiasty/llama.cpp 2026-07-26 12:57:11 +00:00
45d48465f7 server: on-demand mmproj - free encoder VRAM on the text path
d32c33dab4 mtmd: release/restore the encoder weights from VRAM on demand
c4c97f0595 llama: free backend compute scratch on cold; guard memory_breakdown
994fd757fc ggml: add ggml_backend_free_scratch to drop Vulkan compute prealloc
c2c8d377cb llama: evict recurrent/SSM state on device release
Compare 5 commits »
Lumpiasty pushed to fable5/vram-ondemand at Lumpiasty/llama.cpp 2026-07-25 22:32:35 +00:00
961cd62ebc server: also free the compute-graph scheduler on KV eviction
Lumpiasty pushed to fable5/vram-ondemand at Lumpiasty/llama.cpp 2026-07-25 22:07:08 +00:00
9573505011 server: restore weights/KV on wake, not at decode, so KV eviction is safe
Lumpiasty pushed to main at Lumpiasty/nixos-config 2026-07-25 17:38:56 +00:00
d07be06293 add user to cdrom group
Lumpiasty pushed to main at Lumpiasty/nixos-config 2026-07-25 17:38:23 +00:00
dd446c742e Remove ntfsplus module
Lumpiasty pushed to main at Lumpiasty/nixos-config 2026-07-25 17:26:33 +00:00
be49c9858d remove python-lsp-server
26370a3d19 remove patool workaround
0e8cd39223 update networkmanager to 1.58.0
7b02a1d7f6 remove kde gear
bc72ae3d99 remove oh-my-pi
Compare 6 commits »
Lumpiasty pushed to main at Lumpiasty/nixos-config 2026-07-25 16:24:13 +00:00
ab184e2005 update nixos
42f554b371 exclude kdev-python due to build failure
1a75b67cc8 exclude calligra due to build failure
b7fa5d89c5 remove workaround for fixed openldap issue
3dbd5ca53b work around build failure of python.patool
Compare 8 commits »
Lumpiasty created branch fable5/vram-ondemand in Lumpiasty/llama.cpp 2026-07-25 12:43:03 +00:00
Lumpiasty pushed to fable5/vram-ondemand at Lumpiasty/llama.cpp 2026-07-25 12:43:03 +00:00
deee33503b llama: guard buffer iteration against released device buffers
f2d79d89f5 server: coordinate model load with the VRAM arbiter to avoid load-time OOM
bf68c5446e server: keep the sleep-wake path active when the VRAM arbiter is enabled
7398c40eda server: optionally evict the KV cache too (Phase 2 of VRAM sharing)
be7f3b3172 server: on-demand VRAM sharing to time-share one GPU between models
Compare 6 commits »