morriszms commited on
Commit
479dcc9
Β·
verified Β·
1 Parent(s): 2cbf4fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -147,12 +147,47 @@ This repo contains GGUF format model files for [fluently-lm/FluentlyLM-Prinum](h
147
 
148
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
149
 
150
- <div style="text-align: left; margin: 20px 0;">
151
- <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;">
152
- Run them on the TensorBlock client using your local machine β†—
153
- </a>
154
- </div>
155
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  ## Prompt template
157
 
158
  ```
 
147
 
148
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
149
 
150
+ ## Our projects
151
+ <table border="1" cellspacing="0" cellpadding="10">
152
+ <tr>
153
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
154
+ <th style="font-size: 25px;">TensorBlock Studio</th>
155
+ </tr>
156
+ <tr>
157
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
158
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
159
+ </tr>
160
+ <tr>
161
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
162
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
163
+ </tr>
164
+ <tr>
165
+ <th>
166
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
167
+ display: inline-block;
168
+ padding: 8px 16px;
169
+ background-color: #FF7F50;
170
+ color: white;
171
+ text-decoration: none;
172
+ border-radius: 6px;
173
+ font-weight: bold;
174
+ font-family: sans-serif;
175
+ ">πŸ‘€ See what we built πŸ‘€</a>
176
+ </th>
177
+ <th>
178
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
179
+ display: inline-block;
180
+ padding: 8px 16px;
181
+ background-color: #FF7F50;
182
+ color: white;
183
+ text-decoration: none;
184
+ border-radius: 6px;
185
+ font-weight: bold;
186
+ font-family: sans-serif;
187
+ ">πŸ‘€ See what we built πŸ‘€</a>
188
+ </th>
189
+ </tr>
190
+ </table>
191
  ## Prompt template
192
 
193
  ```