Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in
C
coderai
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • nexlab
  • coderai
  • Repository

Switch branch/tag
  • coderai
  • packaging
  • dinov2cpp
  • build.sh
Find file
BlameHistoryPermalink
  • Stefy Lanza (nextime / spora )'s avatar
    embeddings: eviction must wait for in-flight encodes; engines card shows per-model VRAM/RAM · e64c1964
    Stefy Lanza (nextime / spora ) authored Jul 23, 2026
    Eviction cleanup() closed the llama ctx / killed the dinov2 subprocess
    while another thread was mid-encode (embeddings hold no pool ref, so
    _is_key_busy saw idle) — use-after-free segfaults that crash-looped the
    radeon engine. cleanup() now takes the same per-model lock the embed
    paths hold, so it waits for the in-flight call.
    
    Engines card: the loaded-models hover now lists each model with its
    measured VRAM footprint and, separately, the host-RAM slice when
    CPU-offloading. Plumbed engine-state loaded_info → supervisor →
    registry → engines_list → tooltip.
    
    dinov2cpp: build the quantize tool too (dinov2-large-Q8_0 is lossless
    at cos 0.9973 and drops 612→329 MB).
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_014S8VtAvG499SsCbeESRK7V
    e64c1964
build.sh 2.87 KB
EditWeb IDE

Replace build.sh

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.