Update README.md
Browse files
README.md
CHANGED
@@ -187,12 +187,47 @@ This repo contains GGUF format model files for [meta-llama/CodeLlama-13b-hf](htt
|
|
187 |
|
188 |
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).
|
189 |
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
</
|
195 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
## Prompt template
|
197 |
|
198 |
```
|
|
|
187 |
|
188 |
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).
|
189 |
|
190 |
+
## Our projects
|
191 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
192 |
+
<tr>
|
193 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
194 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
195 |
+
</tr>
|
196 |
+
<tr>
|
197 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
198 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
199 |
+
</tr>
|
200 |
+
<tr>
|
201 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
202 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
203 |
+
</tr>
|
204 |
+
<tr>
|
205 |
+
<th>
|
206 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
207 |
+
display: inline-block;
|
208 |
+
padding: 8px 16px;
|
209 |
+
background-color: #FF7F50;
|
210 |
+
color: white;
|
211 |
+
text-decoration: none;
|
212 |
+
border-radius: 6px;
|
213 |
+
font-weight: bold;
|
214 |
+
font-family: sans-serif;
|
215 |
+
">👀 See what we built 👀</a>
|
216 |
+
</th>
|
217 |
+
<th>
|
218 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" 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 |
+
</tr>
|
230 |
+
</table>
|
231 |
## Prompt template
|
232 |
|
233 |
```
|