Update README.md
Browse files
README.md
CHANGED
@@ -130,12 +130,47 @@ This repo contains GGUF format model files for [Eurdem/megatron_1.1_MoE_2x7B](ht
|
|
130 |
|
131 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
132 |
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
</
|
138 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
## Prompt template
|
140 |
|
141 |
```
|
|
|
130 |
|
131 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
132 |
|
133 |
+
## Our projects
|
134 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
135 |
+
<tr>
|
136 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
137 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
138 |
+
</tr>
|
139 |
+
<tr>
|
140 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
141 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
142 |
+
</tr>
|
143 |
+
<tr>
|
144 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
145 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
146 |
+
</tr>
|
147 |
+
<tr>
|
148 |
+
<th>
|
149 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
150 |
+
display: inline-block;
|
151 |
+
padding: 8px 16px;
|
152 |
+
background-color: #FF7F50;
|
153 |
+
color: white;
|
154 |
+
text-decoration: none;
|
155 |
+
border-radius: 6px;
|
156 |
+
font-weight: bold;
|
157 |
+
font-family: sans-serif;
|
158 |
+
">π See what we built π</a>
|
159 |
+
</th>
|
160 |
+
<th>
|
161 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
162 |
+
display: inline-block;
|
163 |
+
padding: 8px 16px;
|
164 |
+
background-color: #FF7F50;
|
165 |
+
color: white;
|
166 |
+
text-decoration: none;
|
167 |
+
border-radius: 6px;
|
168 |
+
font-weight: bold;
|
169 |
+
font-family: sans-serif;
|
170 |
+
">π See what we built π</a>
|
171 |
+
</th>
|
172 |
+
</tr>
|
173 |
+
</table>
|
174 |
## Prompt template
|
175 |
|
176 |
```
|