morriszms commited on
Commit
1911c0e
·
verified ·
1 Parent(s): df4a979

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -297,12 +297,47 @@ This repo contains GGUF format model files for [TucanoBR/Tucano-2b4-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
- <div style="text-align: left; margin: 20px 0;">
301
- <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;">
302
- Run them on the TensorBlock client using your local machine ↗
303
- </a>
304
- </div>
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
  ```