Update README.md
Browse files
README.md
CHANGED
@@ -276,12 +276,47 @@ This repo contains GGUF format model files for [TucanoBR/Tucano-1b1](https://hug
|
|
276 |
|
277 |
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).
|
278 |
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
</
|
284 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
## Prompt template
|
286 |
|
287 |
```
|
|
|
276 |
|
277 |
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).
|
278 |
|
279 |
+
## Our projects
|
280 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
281 |
+
<tr>
|
282 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
283 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
284 |
+
</tr>
|
285 |
+
<tr>
|
286 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
287 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
288 |
+
</tr>
|
289 |
+
<tr>
|
290 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
291 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
292 |
+
</tr>
|
293 |
+
<tr>
|
294 |
+
<th>
|
295 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
296 |
+
display: inline-block;
|
297 |
+
padding: 8px 16px;
|
298 |
+
background-color: #FF7F50;
|
299 |
+
color: white;
|
300 |
+
text-decoration: none;
|
301 |
+
border-radius: 6px;
|
302 |
+
font-weight: bold;
|
303 |
+
font-family: sans-serif;
|
304 |
+
">👀 See what we built 👀</a>
|
305 |
+
</th>
|
306 |
+
<th>
|
307 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
308 |
+
display: inline-block;
|
309 |
+
padding: 8px 16px;
|
310 |
+
background-color: #FF7F50;
|
311 |
+
color: white;
|
312 |
+
text-decoration: none;
|
313 |
+
border-radius: 6px;
|
314 |
+
font-weight: bold;
|
315 |
+
font-family: sans-serif;
|
316 |
+
">👀 See what we built 👀</a>
|
317 |
+
</th>
|
318 |
+
</tr>
|
319 |
+
</table>
|
320 |
## Prompt template
|
321 |
|
322 |
```
|