|
101 | 101 | </div> |
102 | 102 | </div> |
103 | 103 |
|
| 104 | + <p></p> |
| 105 | + <div class="card contentBoxNB"> |
| 106 | + <div class="card-header"> 📌 Pinned Systems and Repositories 📌</div> |
| 107 | + <div class="card-body"> |
| 108 | + <div class="row no-gutters"> |
| 109 | + <div class="col-md-3 text-center"> |
| 110 | + <!--<img class="person abol card-img"/>--> |
| 111 | + <p></p> |
| 112 | + <img width="90%" src="imgs/needlelogo.png"/> |
| 113 | + </div> |
| 114 | + <div class="col-md-9"> |
| 115 | + <div class="card-body"> |
| 116 | + <b>Needle🪡🔍</b> is a <i>deployment-ready</i> open-source image retrieval database with high accuracy that can handle <b>complex queries in natural language</b>. |
| 117 | + It is <strong>Fast</strong>, <strong>Efficient</strong>, and <strong>Precise</strong>, outperforming state-of-the-art methods. |
| 118 | + Born from high-end research, Needle is designed to be accessible to everyone while delivering top-notch performance. |
| 119 | + Whether you are a researcher, developer, or an enthusiast, Needle opens up innovative ways to explore your image datasets. ✨ |
| 120 | + <div class="project-links"> |
| 121 | + <a href="https://uic-indexlab.github.io/Needle/" class="btn project-btn" target="_blank"> |
| 122 | + 🌐 Visit Project |
| 123 | + </a> |
| 124 | + <a href="https://github.com/UIC-InDeXLab/Needle" class="btn github-btn" target="_blank"> |
| 125 | + 🛠️ View on GitHub |
| 126 | + </a> |
| 127 | + <a href="https://arxiv.org/abs/2412.00639" class="btn publication-btn" target="_blank"> |
| 128 | + 📄 Read Publication (Preprint) |
| 129 | + </a> |
| 130 | + </div> |
| 131 | + <p class="install-instructions"> |
| 132 | + 📖 <strong>Detailed installation instructions:</strong> |
| 133 | + <a href="https://uic-indexlab.github.io/Needle/getting-started.html" target="_blank" class="install-link"> |
| 134 | + Getting Started |
| 135 | + </a>. </p> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + <hr/> |
| 140 | + <div class="row no-gutters"> |
| 141 | + <!--<div class="col-md-3 text-center"> |
| 142 | + <p></p> |
| 143 | + <img width="90%" src="imgs/needlelogo.png"/> |
| 144 | + </div>--> |
| 145 | + <div class="card-body"> |
| 146 | + <h6><b>RSR 🧮</b>: Efficient Matrix Multiplication for Accelerating Inference in Binary and Ternary Neural Networks</h6> |
| 147 | + The codebase provides ready-to-use <b>NumPy</b>-based, <b>Torch</b>-based, and native <b>C++</b> implementations of our <i>RSR</i> and <i>RSR++</i> algorithms. |
| 148 | + It contains codes for the inference on CPU and GPU and sample experiments on `1.58bit` models, including |
| 149 | + <a href="https://huggingface.co/HF1BitLLM/Llama3-8B-1.58-100B-tokens" target="_blank">[`Llama3-8B-1.58bit`]</a>, <a href="https://huggingface.co/tiiuae/Falcon3-10B-Instruct-1.58bit" target="_blank">[`Falcon3-10B-1.58bit`]</a>, and <a href="https://huggingface.co/tiiuae/Falcon3-3B-Instruct-1.58bit" target="_blank">[`Falcon3-3B-1.58bit`]</a>. |
| 150 | + ✨ |
| 151 | + <div class="project-links"> |
| 152 | + <a href="https://github.com/UIC-InDeXLab/RSR/" class="btn github-btn" target="_blank"> |
| 153 | + 🛠️ View on GitHub |
| 154 | + </a> |
| 155 | + <a href="https://arxiv.org/abs/2411.06360" class="btn publication-btn" target="_blank"> |
| 156 | + 📄 Read Publication (Preprint) |
| 157 | + </a> |
| 158 | + </div> |
| 159 | + </div> |
| 160 | + </div> |
| 161 | + </div> |
| 162 | + </div> |
| 163 | + |
104 | 164 | <div> </div> |
105 | 165 | <div class="card contentBoxNB"> |
106 | 166 | <div class="card-header">Sponsors</div> |
|
0 commit comments