morriszms commited on
Commit
b842480
·
verified ·
1 Parent(s): 67bbd7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -195,12 +195,47 @@ This repo contains GGUF format model files for [meta-llama/Meta-Llama-Guard-2-8B
195
 
196
  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).
197
 
198
- <div style="text-align: left; margin: 20px 0;">
199
- <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;">
200
- Run them on the TensorBlock client using your local machine ↗
201
- </a>
202
- </div>
203
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  ## Prompt template
205
 
206
  ```
 
195
 
196
  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).
197
 
198
+ ## Our projects
199
+ <table border="1" cellspacing="0" cellpadding="10">
200
+ <tr>
201
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
202
+ <th style="font-size: 25px;">TensorBlock Studio</th>
203
+ </tr>
204
+ <tr>
205
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
206
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
207
+ </tr>
208
+ <tr>
209
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
210
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
211
+ </tr>
212
+ <tr>
213
+ <th>
214
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
215
+ display: inline-block;
216
+ padding: 8px 16px;
217
+ background-color: #FF7F50;
218
+ color: white;
219
+ text-decoration: none;
220
+ border-radius: 6px;
221
+ font-weight: bold;
222
+ font-family: sans-serif;
223
+ ">👀 See what we built 👀</a>
224
+ </th>
225
+ <th>
226
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
227
+ display: inline-block;
228
+ padding: 8px 16px;
229
+ background-color: #FF7F50;
230
+ color: white;
231
+ text-decoration: none;
232
+ border-radius: 6px;
233
+ font-weight: bold;
234
+ font-family: sans-serif;
235
+ ">👀 See what we built 👀</a>
236
+ </th>
237
+ </tr>
238
+ </table>
239
  ## Prompt template
240
 
241
  ```