morriszms commited on
Commit
c2c3d21
Β·
verified Β·
1 Parent(s): fb51e0d

Update README.md

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