morriszms commited on
Commit
6dd00c5
ยท
verified ยท
1 Parent(s): 16b5e11

Update README.md

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