morriszms commited on
Commit
806e833
ยท
verified ยท
1 Parent(s): 768a92f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -222,12 +222,47 @@ This repo contains GGUF format model files for [vicgalle/ConfigurableBeagle-11B]
222
  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).
223
 
224
 
225
- <div style="text-align: left; margin: 20px 0;">
226
- <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
227
- Run them on the TensorBlock client using your local machine โ†—
228
- </a>
229
- </div>
230
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  ## Prompt template
232
 
233
 
 
222
  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).
223
 
224
 
225
+ ## Our projects
226
+ <table border="1" cellspacing="0" cellpadding="10">
227
+ <tr>
228
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
229
+ <th style="font-size: 25px;">TensorBlock Studio</th>
230
+ </tr>
231
+ <tr>
232
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
233
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
234
+ </tr>
235
+ <tr>
236
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
237
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
238
+ </tr>
239
+ <tr>
240
+ <th>
241
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
242
+ display: inline-block;
243
+ padding: 8px 16px;
244
+ background-color: #FF7F50;
245
+ color: white;
246
+ text-decoration: none;
247
+ border-radius: 6px;
248
+ font-weight: bold;
249
+ font-family: sans-serif;
250
+ ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
251
+ </th>
252
+ <th>
253
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
254
+ display: inline-block;
255
+ padding: 8px 16px;
256
+ background-color: #FF7F50;
257
+ color: white;
258
+ text-decoration: none;
259
+ border-radius: 6px;
260
+ font-weight: bold;
261
+ font-family: sans-serif;
262
+ ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
263
+ </th>
264
+ </tr>
265
+ </table>
266
  ## Prompt template
267
 
268