morriszms commited on
Commit
e5160a1
Β·
verified Β·
1 Parent(s): 8dca899

Update README.md

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