Update README.md
Browse files
README.md
CHANGED
@@ -209,12 +209,47 @@ This repo contains GGUF format model files for [Crystalcareai/meta-llama-3.1-8b]
|
|
209 |
|
210 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
211 |
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
</
|
217 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
## Prompt template
|
219 |
|
220 |
```
|
|
|
209 |
|
210 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
211 |
|
212 |
+
## Our projects
|
213 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
214 |
+
<tr>
|
215 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
216 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
217 |
+
</tr>
|
218 |
+
<tr>
|
219 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
220 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
221 |
+
</tr>
|
222 |
+
<tr>
|
223 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
224 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
225 |
+
</tr>
|
226 |
+
<tr>
|
227 |
+
<th>
|
228 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
229 |
+
display: inline-block;
|
230 |
+
padding: 8px 16px;
|
231 |
+
background-color: #FF7F50;
|
232 |
+
color: white;
|
233 |
+
text-decoration: none;
|
234 |
+
border-radius: 6px;
|
235 |
+
font-weight: bold;
|
236 |
+
font-family: sans-serif;
|
237 |
+
">👀 See what we built 👀</a>
|
238 |
+
</th>
|
239 |
+
<th>
|
240 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
241 |
+
display: inline-block;
|
242 |
+
padding: 8px 16px;
|
243 |
+
background-color: #FF7F50;
|
244 |
+
color: white;
|
245 |
+
text-decoration: none;
|
246 |
+
border-radius: 6px;
|
247 |
+
font-weight: bold;
|
248 |
+
font-family: sans-serif;
|
249 |
+
">👀 See what we built 👀</a>
|
250 |
+
</th>
|
251 |
+
</tr>
|
252 |
+
</table>
|
253 |
## Prompt template
|
254 |
|
255 |
```
|