Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -19,17 +19,17 @@
|
|
19 |
<ul>
|
20 |
<li>
|
21 |
<a href="https://arxiv.org/abs/2409.17066" target="_blank" class="link-styled">
|
22 |
-
<img src="
|
23 |
</a>
|
24 |
</li>
|
25 |
<li>
|
26 |
<a href="https://github.com/microsoft/VPTQ" target="_blank" class="link-styled">
|
27 |
-
<img src="
|
28 |
</a>
|
29 |
</li>
|
30 |
<li>
|
31 |
<a href="https://huggingface.co/VPTQ-community" target="_blank" class="link-styled">
|
32 |
-
<img src="
|
33 |
</a>
|
34 |
</li>
|
35 |
</ul>
|
|
|
19 |
<ul>
|
20 |
<li>
|
21 |
<a href="https://arxiv.org/abs/2409.17066" target="_blank" class="link-styled">
|
22 |
+
<img src="arxiv-logo.png" alt="arXiv" width="20" height="20" /> <b>Paper on arXiv</b>
|
23 |
</a>
|
24 |
</li>
|
25 |
<li>
|
26 |
<a href="https://github.com/microsoft/VPTQ" target="_blank" class="link-styled">
|
27 |
+
<img src="github-mark.png" alt="GitHub" width="20" height="20" /> <b>GitHub Repository</b>
|
28 |
</a>
|
29 |
</li>
|
30 |
<li>
|
31 |
<a href="https://huggingface.co/VPTQ-community" target="_blank" class="link-styled">
|
32 |
+
<img src="hf-logo.png" alt="Hugging Face" width="20" height="20" /> <b>Hugging Face Community</b>
|
33 |
</a>
|
34 |
</li>
|
35 |
</ul>
|