morriszms commited on
Commit
709e38f
ยท
verified ยท
1 Parent(s): 877ea1c

Update README.md

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