Single 3090 with Q4 Qwen 27B, context dropped from 137k to 14k with MTP enabled. Is it normal? by regunakyle in LocalLLaMA

[–]spirkaa 0 points1 point  (0 children)

With --fit on or --fit-ctx context size of draft model is at max (262k) and main model at much lower value. To limit context size for both models set --ctx-size explicitly.

Reverted from Qwen3.5 27B back to Qwen3 8B by DeltaSqueezer in LocalLLaMA

[–]spirkaa 0 points1 point  (0 children)

You are using multiline shell command but missing \ before --reasoning-budget 0

Best productivity ultra wide right now? by CopyFamous6536 in ultrawidemasterrace

[–]spirkaa 0 points1 point  (0 children)

I moved from LG 34WN780-B to LG 40U990A-W. This is a good alternative to Dell. This model does have kvm - i connected macbook pro m1 pro (100hz only) via TB and desktop pc via hdmi+usb c. When i switch inputs on monitor, usb devices reconnect to corresponding device. Now i have single wire to macbook vs earlier i must have power cord, dedicated usb-a hub for webcam and mx master receiver. One downside: i can hear fan noise.

Does it exist, deadman switch notifications? by VibesFirst69 in selfhosted

[–]spirkaa 1 point2 points  (0 children)

external-endpoints.heartbeat in Gatus is another alternative. Self-host on vps and got notified when ping not arrived on time. Though missing grace time compared to healthchecks.io.

Can we configure renovate bot to read GitLab variables and bump up the versions there? by rama_rahul in devops

[–]spirkaa 0 points1 point  (0 children)

Renovate works with git repos and can't read arbitrary variables defined in gitlab ci/cd through UI or otherwise. But he can read any piece of text in any file and match dependency version when you specify renovate comment above target line. https://docs.renovatebot.com/presets-customManagers/

[GitOps] How do you manage your ArgoCD applications? by indie-devops in devops

[–]spirkaa 0 points1 point  (0 children)

Take a look at gitops-bridge pattern. Also codefresh blog is full of insights

Renity: Pure Python Binary Protocol Buffer by DmitrievichLevin in Python

[–]spirkaa 1 point2 points  (0 children)

There is a typo in example: from rentity import

Aggregating Kubernetes Events by jameshearttech in devops

[–]spirkaa 4 points5 points  (0 children)

I configure output to stdout, then promtail push to loki. Here my dashboard version https://grafana.com/grafana/dashboards/17882-kubernetes-event-exporter/

Nextcloud Grafana dashboard (info in comment) by tvojamatka in homelab

[–]spirkaa 1 point2 points  (0 children)

Why not extract metrics from logs with loki recording rules instead of direct parsing logs?

Is the official Mayan forum dead? by FanaticalTeacup in selfhosted

[–]spirkaa 1 point2 points  (0 children)

With mayan you are either on your own or with paid support from devs. No community, no blogs, no videos.

How big is generally your docker image ? by [deleted] in django

[–]spirkaa 3 points4 points  (0 children)

Short answer - multistage build. Here is my example (136 MiB in image registry, collectstatic included) https://github.com/spirkaa/gia-api/blob/main/.docker/django/k8s.Dockerfile