Upload README.md
Browse files
README.md
CHANGED
@@ -231,7 +231,7 @@ body {
|
|
231 |
|
232 |
.quant-links {
|
233 |
display: grid;
|
234 |
-
grid-template-columns: repeat(
|
235 |
gap: 15px;
|
236 |
margin: 20px 0;
|
237 |
}
|
@@ -572,6 +572,10 @@ footer:hover .hidden-message {
|
|
572 |
<h3>EXL2</h3>
|
573 |
<a href="https://huggingface.co/collections/ReadyArt/the-omega-directive-m-12b-v10-exl2-67f3ff375efb81ed82eb3933" class="link-button">Quants</a>
|
574 |
</div>
|
|
|
|
|
|
|
|
|
575 |
</div>
|
576 |
</div>
|
577 |
|
@@ -671,4 +675,4 @@ setInterval(() => {
|
|
671 |
});
|
672 |
}
|
673 |
}, 1500);
|
674 |
-
</script>
|
|
|
231 |
|
232 |
.quant-links {
|
233 |
display: grid;
|
234 |
+
grid-template-columns: repeat(2, 1fr);
|
235 |
gap: 15px;
|
236 |
margin: 20px 0;
|
237 |
}
|
|
|
572 |
<h3>EXL2</h3>
|
573 |
<a href="https://huggingface.co/collections/ReadyArt/the-omega-directive-m-12b-v10-exl2-67f3ff375efb81ed82eb3933" class="link-button">Quants</a>
|
574 |
</div>
|
575 |
+
<div class="link-card">
|
576 |
+
<h3>EXL3</h3>
|
577 |
+
<a href="https://huggingface.co/collections/ReadyArt/the-omega-directive-m-12b-v10-exl3-68294f8b151cef23d4b874fc" class="link-button">Quants</a>
|
578 |
+
</div>
|
579 |
</div>
|
580 |
</div>
|
581 |
|
|
|
675 |
});
|
676 |
}
|
677 |
}, 1500);
|
678 |
+
</script>
|