morriszms commited on
Commit
975b017
Β·
verified Β·
1 Parent(s): f37c0bb

Update README.md

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