Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| smol-17b-bypass.Q2_K.gguf | Q2_K | 0.63GB |
| smol-17b-bypass.IQ3_XS.gguf | IQ3_XS | 0.69GB |
| smol-17b-bypass.IQ3_S.gguf | IQ3_S | 0.72GB |
| smol-17b-bypass.Q3_K_S.gguf | Q3_K_S | 0.72GB |
| smol-17b-bypass.IQ3_M.gguf | IQ3_M | 0.75GB |
| smol-17b-bypass.Q3_K.gguf | Q3_K | 0.8GB |
| smol-17b-bypass.Q3_K_M.gguf | Q3_K_M | 0.8GB |
| smol-17b-bypass.Q3_K_L.gguf | Q3_K_L | 0.87GB |
| smol-17b-bypass.IQ4_XS.gguf | IQ4_XS | 0.88GB |
| smol-17b-bypass.Q4_0.gguf | Q4_0 | 0.92GB |
| smol-17b-bypass.IQ4_NL.gguf | IQ4_NL | 0.93GB |
| smol-17b-bypass.Q4_K_S.gguf | Q4_K_S | 0.93GB |
| smol-17b-bypass.Q4_K.gguf | Q4_K | 0.98GB |
| smol-17b-bypass.Q4_K_M.gguf | Q4_K_M | 0.98GB |
| smol-17b-bypass.Q4_1.gguf | Q4_1 | 1.02GB |
| smol-17b-bypass.Q5_0.gguf | Q5_0 | 1.11GB |
| smol-17b-bypass.Q5_K_S.gguf | Q5_K_S | 1.11GB |
| smol-17b-bypass.Q5_K.gguf | Q5_K | 1.14GB |
| smol-17b-bypass.Q5_K_M.gguf | Q5_K_M | 1.14GB |
| smol-17b-bypass.Q5_1.gguf | Q5_1 | 1.2GB |
| smol-17b-bypass.Q6_K.gguf | Q6_K | 1.31GB |
| smol-17b-bypass.Q8_0.gguf | Q8_0 | 1.7GB |
<title>Hugging Face - The AI community building the future.</title>
<style>
body {
margin: 0;
}
main {
background-color: white;
min-height: 100vh;
padding: 7rem 1rem 8rem 1rem;
text-align: center;
font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system,
BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
Noto Color Emoji;
}
img {
width: 6rem;
height: 6rem;
margin: 0 auto 1rem;
}
h1 {
font-size: 3.75rem;
line-height: 1;
color: rgba(31, 41, 55, 1);
font-weight: 700;
box-sizing: border-box;
margin: 0 auto;
}
p, a {
color: rgba(107, 114, 128, 1);
font-size: 1.125rem;
line-height: 1.75rem;
max-width: 28rem;
box-sizing: border-box;
margin: 0 auto;
}
.dark main {
background-color: rgb(11, 15, 25);
}
.dark h1 {
color: rgb(209, 213, 219);
}
.dark p, .dark a {
color: rgb(156, 163, 175);
}
</style>
<script>
// On page load or when changing themes, best to add inline in `head` to avoid FOUC
const key = "_tb_global_settings";
let theme = window.matchMedia("(prefers-color-scheme: dark)").matches
? "dark"
: "light";
try {
const storageTheme = JSON.parse(window.localStorage.getItem(key)).theme;
if (storageTheme) {
theme = storageTheme === "dark" ? "dark" : "light";
}
} catch (e) {}
if (theme === "dark") {
document.documentElement.classList.add("dark");
} else {
document.documentElement.classList.remove("dark");
}
</script>