morriszms commited on
Commit
1c05e00
Β·
verified Β·
1 Parent(s): 53e29a2

Update README.md

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