morriszms commited on
Commit
7e6eb9e
·
verified ·
1 Parent(s): 68aeb16

Update README.md

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