Update README.md
Browse files
README.md
CHANGED
@@ -91,12 +91,47 @@ This repo contains GGUF format model files for [ibm-granite/granite-3b-code-inst
|
|
91 |
|
92 |
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).
|
93 |
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
</
|
99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
## Prompt template
|
101 |
|
102 |
```
|
|
|
91 |
|
92 |
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).
|
93 |
|
94 |
+
## Our projects
|
95 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
96 |
+
<tr>
|
97 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
98 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
99 |
+
</tr>
|
100 |
+
<tr>
|
101 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
102 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
103 |
+
</tr>
|
104 |
+
<tr>
|
105 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
106 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
107 |
+
</tr>
|
108 |
+
<tr>
|
109 |
+
<th>
|
110 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
111 |
+
display: inline-block;
|
112 |
+
padding: 8px 16px;
|
113 |
+
background-color: #FF7F50;
|
114 |
+
color: white;
|
115 |
+
text-decoration: none;
|
116 |
+
border-radius: 6px;
|
117 |
+
font-weight: bold;
|
118 |
+
font-family: sans-serif;
|
119 |
+
">π See what we built π</a>
|
120 |
+
</th>
|
121 |
+
<th>
|
122 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
123 |
+
display: inline-block;
|
124 |
+
padding: 8px 16px;
|
125 |
+
background-color: #FF7F50;
|
126 |
+
color: white;
|
127 |
+
text-decoration: none;
|
128 |
+
border-radius: 6px;
|
129 |
+
font-weight: bold;
|
130 |
+
font-family: sans-serif;
|
131 |
+
">π See what we built π</a>
|
132 |
+
</th>
|
133 |
+
</tr>
|
134 |
+
</table>
|
135 |
## Prompt template
|
136 |
|
137 |
```
|