morriszms commited on
Commit
5ee15ea
Β·
verified Β·
1 Parent(s): d31a73f

Update README.md

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