Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,31 @@
|
|
| 1 |
-
|
| 2 |
-
.custom-readme-box {
|
| 3 |
-
max-width: 640px;
|
| 4 |
-
margin: 1.5rem auto;
|
| 5 |
-
padding: 1.25rem 1.75rem;
|
| 6 |
-
background-color: #f3f4f6;
|
| 7 |
-
border-radius: 10px;
|
| 8 |
-
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 9 |
-
font-size: 1.1rem;
|
| 10 |
-
color: #222;
|
| 11 |
-
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
|
| 12 |
-
transition: background-color 0.3s ease, color 0.3s ease;
|
| 13 |
-
}
|
| 14 |
-
body.dark-mode .custom-readme-box {
|
| 15 |
-
background-color: #22272e;
|
| 16 |
-
color: #ddd;
|
| 17 |
-
box-shadow: 0 5px 15px rgba(0,0,0,0.8);
|
| 18 |
-
}
|
| 19 |
-
.custom-readme-box strong {
|
| 20 |
-
color: #0077cc;
|
| 21 |
-
}
|
| 22 |
-
body.dark-mode .custom-readme-box strong {
|
| 23 |
-
color: #66aaff;
|
| 24 |
-
}
|
| 25 |
-
</style>
|
| 26 |
|
| 27 |
-
<div
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
<strong>Custom made READMEs.</strong> Model customization before <code>GGUFS</code> — Just make your request for your model to quantize, any requests, and any model customizations before we quantatize.
|
| 29 |
</div>
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
Open a discussion in the <strong>Community</strong> tab to request a <code>GGUF</code> model.
|
| 32 |
-
</div>
|
|
|
|
| 1 |
+
<!-- Modern HTML embed inside Markdown -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
<div style="
|
| 4 |
+
background-color: #1e1e1e;
|
| 5 |
+
color: #eee;
|
| 6 |
+
padding: 1rem 1.5rem;
|
| 7 |
+
border-radius: 8px;
|
| 8 |
+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 9 |
+
font-size: 1.1rem;
|
| 10 |
+
max-width: 600px;
|
| 11 |
+
margin: 1rem auto;
|
| 12 |
+
box-shadow: 0 4px 12px rgba(0,0,0,0.6);
|
| 13 |
+
text-align: center;
|
| 14 |
+
">
|
| 15 |
<strong>Custom made READMEs.</strong> Model customization before <code>GGUFS</code> — Just make your request for your model to quantize, any requests, and any model customizations before we quantatize.
|
| 16 |
</div>
|
| 17 |
+
|
| 18 |
+
<div style="
|
| 19 |
+
background-color: #1e1e1e;
|
| 20 |
+
color: #eee;
|
| 21 |
+
padding: 1rem 1.5rem;
|
| 22 |
+
border-radius: 8px;
|
| 23 |
+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 24 |
+
font-size: 1.1rem;
|
| 25 |
+
max-width: 600px;
|
| 26 |
+
margin: 1rem auto;
|
| 27 |
+
box-shadow: 0 4px 12px rgba(0,0,0,0.6);
|
| 28 |
+
text-align: center;
|
| 29 |
+
">
|
| 30 |
Open a discussion in the <strong>Community</strong> tab to request a <code>GGUF</code> model.
|
| 31 |
+
</div>
|