Update README.md
Browse files
README.md
CHANGED
@@ -297,12 +297,47 @@ This repo contains GGUF format model files for [TucanoBR/Tucano-1b1-Instruct](ht
|
|
297 |
|
298 |
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).
|
299 |
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
</
|
305 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
## Prompt template
|
307 |
|
308 |
```
|
|
|
297 |
|
298 |
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).
|
299 |
|
300 |
+
## Our projects
|
301 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
302 |
+
<tr>
|
303 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
304 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
305 |
+
</tr>
|
306 |
+
<tr>
|
307 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
308 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
309 |
+
</tr>
|
310 |
+
<tr>
|
311 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
312 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
313 |
+
</tr>
|
314 |
+
<tr>
|
315 |
+
<th>
|
316 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
317 |
+
display: inline-block;
|
318 |
+
padding: 8px 16px;
|
319 |
+
background-color: #FF7F50;
|
320 |
+
color: white;
|
321 |
+
text-decoration: none;
|
322 |
+
border-radius: 6px;
|
323 |
+
font-weight: bold;
|
324 |
+
font-family: sans-serif;
|
325 |
+
">👀 See what we built 👀</a>
|
326 |
+
</th>
|
327 |
+
<th>
|
328 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
329 |
+
display: inline-block;
|
330 |
+
padding: 8px 16px;
|
331 |
+
background-color: #FF7F50;
|
332 |
+
color: white;
|
333 |
+
text-decoration: none;
|
334 |
+
border-radius: 6px;
|
335 |
+
font-weight: bold;
|
336 |
+
font-family: sans-serif;
|
337 |
+
">👀 See what we built 👀</a>
|
338 |
+
</th>
|
339 |
+
</tr>
|
340 |
+
</table>
|
341 |
## Prompt template
|
342 |
|
343 |
```
|