morriszms commited on
Commit
bfc9916
ยท
verified ยท
1 Parent(s): 25df371

Update README.md

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