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