morriszms commited on
Commit
3968a3d
Β·
verified Β·
1 Parent(s): 22f2dac

Update README.md

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