morriszms commited on
Commit
078cebc
ยท
verified ยท
1 Parent(s): bfd7651

Update README.md

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