local-model-explorer / index.html
codelion's picture
Memory estimates: embeddings per quant, SWA slots, vision projector; plainer descriptions
3ba4b78 verified
Raw
History Blame Contribute Delete
1.02 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Local Model Explorer</title>
<meta name="description" content="See which GGUF quants of a model fit your GPU, Mac or CPU, how much VRAM and RAM each needs, and the llama.cpp command to run it.">
<style>
html, body { margin: 0; height: 100%; background: #0d1217; }
iframe { display: block; width: 100%; height: 100vh; border: 0; }
noscript, .fallback { color: #e8edf2; font: 15px system-ui, sans-serif; padding: 24px; }
.fallback a { color: #8fb6e6; }
</style>
</head>
<body>
<iframe id="app" title="Local Model Explorer" src="https://codelion-local-model-explorer.hf.space" allow="clipboard-write; fullscreen" referrerpolicy="no-referrer"></iframe>
<p class="fallback" hidden id="fallback">The explorer didn't load here. <a href="https://codelion-local-model-explorer.hf.space" target="_blank" rel="noopener">Open Local Model Explorer directly</a>.</p>
</body>
</html>