Update README.md
Browse files
README.md
CHANGED
|
@@ -58,12 +58,47 @@ This repo contains GGUF format model files for [nicholasKluge/Aira-2-1B5](https:
|
|
| 58 |
|
| 59 |
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).
|
| 60 |
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
</
|
| 66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
## Prompt template
|
| 68 |
|
| 69 |
```
|
|
|
|
| 58 |
|
| 59 |
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).
|
| 60 |
|
| 61 |
+
## Our projects
|
| 62 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
| 63 |
+
<tr>
|
| 64 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 65 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 66 |
+
</tr>
|
| 67 |
+
<tr>
|
| 68 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
| 69 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
| 70 |
+
</tr>
|
| 71 |
+
<tr>
|
| 72 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 73 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 74 |
+
</tr>
|
| 75 |
+
<tr>
|
| 76 |
+
<th>
|
| 77 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 78 |
+
display: inline-block;
|
| 79 |
+
padding: 8px 16px;
|
| 80 |
+
background-color: #FF7F50;
|
| 81 |
+
color: white;
|
| 82 |
+
text-decoration: none;
|
| 83 |
+
border-radius: 6px;
|
| 84 |
+
font-weight: bold;
|
| 85 |
+
font-family: sans-serif;
|
| 86 |
+
">π See what we built π</a>
|
| 87 |
+
</th>
|
| 88 |
+
<th>
|
| 89 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 90 |
+
display: inline-block;
|
| 91 |
+
padding: 8px 16px;
|
| 92 |
+
background-color: #FF7F50;
|
| 93 |
+
color: white;
|
| 94 |
+
text-decoration: none;
|
| 95 |
+
border-radius: 6px;
|
| 96 |
+
font-weight: bold;
|
| 97 |
+
font-family: sans-serif;
|
| 98 |
+
">π See what we built π</a>
|
| 99 |
+
</th>
|
| 100 |
+
</tr>
|
| 101 |
+
</table>
|
| 102 |
## Prompt template
|
| 103 |
|
| 104 |
```
|