morriszms commited on
Commit
0aa53af
ยท
verified ยท
1 Parent(s): bea551a

Update README.md

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