Update README.md
Browse files
README.md
CHANGED
@@ -84,12 +84,47 @@ This repo contains GGUF format model files for [BSC-LT/ALIA-40b](https://hugging
|
|
84 |
|
85 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
|
86 |
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
</
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
## Prompt template
|
94 |
|
95 |
```
|
|
|
84 |
|
85 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
|
86 |
|
87 |
+
## Our projects
|
88 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
89 |
+
<tr>
|
90 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
91 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
92 |
+
</tr>
|
93 |
+
<tr>
|
94 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
95 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
96 |
+
</tr>
|
97 |
+
<tr>
|
98 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
99 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
100 |
+
</tr>
|
101 |
+
<tr>
|
102 |
+
<th>
|
103 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
104 |
+
display: inline-block;
|
105 |
+
padding: 8px 16px;
|
106 |
+
background-color: #FF7F50;
|
107 |
+
color: white;
|
108 |
+
text-decoration: none;
|
109 |
+
border-radius: 6px;
|
110 |
+
font-weight: bold;
|
111 |
+
font-family: sans-serif;
|
112 |
+
">π See what we built π</a>
|
113 |
+
</th>
|
114 |
+
<th>
|
115 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
116 |
+
display: inline-block;
|
117 |
+
padding: 8px 16px;
|
118 |
+
background-color: #FF7F50;
|
119 |
+
color: white;
|
120 |
+
text-decoration: none;
|
121 |
+
border-radius: 6px;
|
122 |
+
font-weight: bold;
|
123 |
+
font-family: sans-serif;
|
124 |
+
">π See what we built π</a>
|
125 |
+
</th>
|
126 |
+
</tr>
|
127 |
+
</table>
|
128 |
## Prompt template
|
129 |
|
130 |
```
|