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