WeSearch

Fitting WhisperX large-v3 + a 24B LLM on one 3090: a reproducible context-capping recipe

·5 min read · 0 reactions · 0 comments · 2 views
#homelab#devops#llm
Fitting WhisperX large-v3 + a 24B LLM on one 3090: a reproducible context-capping recipe
⚡ TL;DR · AI summary

The article discusses a method for fitting WhisperX large-v3 and a 24B LLM on a single RTX 3090 GPU. It details the technical steps taken to avoid out-of-memory errors while maintaining performance. The author provides a reproducible recipe, including measurements and configurations for effective resource management.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1410108) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Arsen Apostolov Posted on Jun 3 Fitting WhisperX large-v3 + a 24B LLM on one 3090: a reproducible context-capping recipe #homelab #ollama #localllm #devops This is the technical, reproducible version of a fix I shipped on my own homelab. If you want the narrative version, that's on Medium. This one is the recipe: the measurements, the math, the Modelfile, and the exact prompt I gave Claude Code to generate it. Copy-paste friendly.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)