morriszms commited on
Commit
b26a03e
Β·
verified Β·
1 Parent(s): 140007a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -161,12 +161,47 @@ This repo contains GGUF format model files for [argilla/notus-7b-v1](https://hug
161
  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).
162
 
163
 
164
- <div style="text-align: left; margin: 20px 0;">
165
- <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;">
166
- Run them on the TensorBlock client using your local machine β†—
167
- </a>
168
- </div>
169
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  ## Prompt template
171
 
172
 
 
161
  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).
162
 
163
 
164
+ ## Our projects
165
+ <table border="1" cellspacing="0" cellpadding="10">
166
+ <tr>
167
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
168
+ <th style="font-size: 25px;">TensorBlock Studio</th>
169
+ </tr>
170
+ <tr>
171
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
172
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
173
+ </tr>
174
+ <tr>
175
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
176
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
177
+ </tr>
178
+ <tr>
179
+ <th>
180
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
181
+ display: inline-block;
182
+ padding: 8px 16px;
183
+ background-color: #FF7F50;
184
+ color: white;
185
+ text-decoration: none;
186
+ border-radius: 6px;
187
+ font-weight: bold;
188
+ font-family: sans-serif;
189
+ ">πŸ‘€ See what we built πŸ‘€</a>
190
+ </th>
191
+ <th>
192
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
193
+ display: inline-block;
194
+ padding: 8px 16px;
195
+ background-color: #FF7F50;
196
+ color: white;
197
+ text-decoration: none;
198
+ border-radius: 6px;
199
+ font-weight: bold;
200
+ font-family: sans-serif;
201
+ ">πŸ‘€ See what we built πŸ‘€</a>
202
+ </th>
203
+ </tr>
204
+ </table>
205
  ## Prompt template
206
 
207