morriszms commited on
Commit
95357af
·
verified ·
1 Parent(s): 1c86f5e

Update README.md

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