OpenSourceRonin commited on
Commit
e64686e
1 Parent(s): 7c6b7c7

Update index.html

Browse files
Files changed (1) hide show
  1. 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="icons/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="icons/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="icons/hf-logo.png" alt="Hugging Face" width="20" height="20" /> <b>Hugging Face Community</b>
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>