slots.svg 1.2 KB

123456789101112131415161718192021222324
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 440 240" font-family="system-ui, sans-serif" font-size="14">
  2. <!-- outer box -->
  3. <rect x="0" y="0" width="440" height="240" rx="8" fill="#f5f3ef"/>
  4. <text x="20" y="28" font-weight="bold" font-size="16" fill="#333">llama-server</text>
  5. <!-- slot 0 -->
  6. <rect x="20" y="46" width="400" height="32" rx="4" fill="#d1e7dd" stroke="#198754" stroke-width="1"/>
  7. <text x="32" y="67" fill="#333">Slot 0: User A's request</text>
  8. <!-- slot 1 -->
  9. <rect x="20" y="86" width="400" height="32" rx="4" fill="#d1e7dd" stroke="#198754" stroke-width="1"/>
  10. <text x="32" y="107" fill="#333">Slot 1: User B's request</text>
  11. <!-- slot 2 -->
  12. <rect x="20" y="126" width="400" height="32" rx="4" fill="#e9ecef" stroke="#adb5bd" stroke-width="1"/>
  13. <text x="32" y="147" fill="#999">Slot 2: (idle)</text>
  14. <!-- slot 3 -->
  15. <rect x="20" y="166" width="400" height="32" rx="4" fill="#e9ecef" stroke="#adb5bd" stroke-width="1"/>
  16. <text x="32" y="187" fill="#999">Slot 3: (idle)</text>
  17. <!-- arrow + label -->
  18. <text x="20" y="224" fill="#333" font-size="13">→ Active slots are inferred together in a single batch</text>
  19. </svg>