Skip to content

Instantly share code, notes, and snippets.

@VooDisss
VooDisss / README.md
Last active March 21, 2026 20:33
Fix: Windows 10/11 PC Shuts Down Instead of Sleeping with Dual NVIDIA GPUs — Event ID 41 Kernel-Power (TDR Timeout Fix)

Fix: Windows 10/11 PC Shuts Down Instead of Sleeping with Dual NVIDIA GPUs — Event ID 41 Kernel-Power (TDR Timeout Fix)

Problem

After installing a second NVIDIA GPU (dual GPU setup), the PC shuts down or crashes instead of going to sleep. The monitor goes black for about a minute during the sleep transition, then the system powers off completely. On the next boot, Event Viewer shows:

  • Event ID 41 (Kernel-Power) — Critical
    • BugcheckCode: 0
    • SleepInProgress: 4
    • PowerButtonTimestamp: 0
@VooDisss
VooDisss / README.md
Created March 9, 2026 20:56
llama-server models.ini guide for Qwen3 reranker + embedding + chat models. Fix for Qwen3-Reranker GGUF producing near-zero scores (4.5e-23) with llama.cpp. Covers /v1/rerank endpoint, pooling=rank, cls.output.weight, convert_hf_to_gguf.py proper conversion, models.ini preset reference with all valid keys,

Running Qwen3 Models with llama-server (Embedding + Reranking + Chat)

A practical guide to running multiple Qwen3 models through a single llama-server instance using model routing. Covers embedding, reranking, and chat/vision models.

Tested on Windows with RTX 3090 (24GB VRAM), llama-server build from llama.cpp master branch. Last updated: 2025-03-09.


What you get