morriszms commited on
Commit
ea20ae4
Β·
verified Β·
1 Parent(s): 6cda12a

Update README.md

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