codelion's picture
Local Model Explorer v1 (private)
046ace0 verified
Raw
History Blame Contribute Delete
1.74 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Community stats · Local Model Explorer</title>
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="/static/styles.css">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7' fill='%2316202b'/%3E%3Crect x='5' y='12' width='13' height='8' rx='2' fill='%230e9aa5'/%3E%3Crect x='19' y='12' width='8' height='8' rx='2' fill='%23d69532'/%3E%3C/svg%3E">
</head>
<body>
<header class="top">
<div class="shell top-row">
<a class="brand" href="/">
<svg class="brand-mark" viewBox="0 0 32 20" aria-hidden="true"><rect x="0" y="4" width="17" height="12" rx="3" class="fill-gpu"/><rect x="19" y="4" width="13" height="12" rx="3" class="fill-ram"/></svg>
<span>Local Model Explorer</span>
</a>
<nav aria-label="Site">
<a href="/">Explorer</a>
<a href="https://huggingface.co/datasets/LocalLLaMA/local-model-explorer-data" target="_blank" rel="noopener">Dataset</a>
</nav>
</div>
</header>
<main class="shell">
<section class="stats-hero">
<h1>What local LLM users are running</h1>
<p>Anonymous totals from the explorer. Each visit counts once, groups smaller than <span id="kmin">5</span> are combined into "other", and flagged submissions are left out.</p>
</section>
<div class="totals" id="totals"></div>
<div class="charts" id="charts"></div>
<p class="scale-note" id="updated"></p>
</main>
<footer class="shell foot"><span>A community tool for local LLM users.</span></footer>
<script src="/static/stats.js"></script>
</body>
</html>