Update README.md
Browse files
README.md
CHANGED
@@ -66,12 +66,47 @@ This repo contains GGUF format model files for [CreitinGameplays/bloom-3b-conver
|
|
66 |
|
67 |
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).
|
68 |
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
</
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
## Prompt template
|
76 |
|
77 |
```
|
|
|
66 |
|
67 |
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).
|
68 |
|
69 |
+
## Our projects
|
70 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
71 |
+
<tr>
|
72 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
73 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
74 |
+
</tr>
|
75 |
+
<tr>
|
76 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
77 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
78 |
+
</tr>
|
79 |
+
<tr>
|
80 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
81 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
82 |
+
</tr>
|
83 |
+
<tr>
|
84 |
+
<th>
|
85 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
86 |
+
display: inline-block;
|
87 |
+
padding: 8px 16px;
|
88 |
+
background-color: #FF7F50;
|
89 |
+
color: white;
|
90 |
+
text-decoration: none;
|
91 |
+
border-radius: 6px;
|
92 |
+
font-weight: bold;
|
93 |
+
font-family: sans-serif;
|
94 |
+
">π See what we built π</a>
|
95 |
+
</th>
|
96 |
+
<th>
|
97 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
98 |
+
display: inline-block;
|
99 |
+
padding: 8px 16px;
|
100 |
+
background-color: #FF7F50;
|
101 |
+
color: white;
|
102 |
+
text-decoration: none;
|
103 |
+
border-radius: 6px;
|
104 |
+
font-weight: bold;
|
105 |
+
font-family: sans-serif;
|
106 |
+
">π See what we built π</a>
|
107 |
+
</th>
|
108 |
+
</tr>
|
109 |
+
</table>
|
110 |
## Prompt template
|
111 |
|
112 |
```
|