Update README.md
Browse files
README.md
CHANGED
@@ -712,12 +712,47 @@ This repo contains GGUF format model files for [bigscience/mt0-xxl-mt](https://h
|
|
712 |
|
713 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit ec7f3ac](https://github.com/ggerganov/llama.cpp/commit/ec7f3ac9ab33e46b136eb5ab6a76c4d81f57c7f1).
|
714 |
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
</
|
720 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
721 |
## Prompt template
|
722 |
|
723 |
```
|
|
|
712 |
|
713 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit ec7f3ac](https://github.com/ggerganov/llama.cpp/commit/ec7f3ac9ab33e46b136eb5ab6a76c4d81f57c7f1).
|
714 |
|
715 |
+
## Our projects
|
716 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
717 |
+
<tr>
|
718 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
719 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
720 |
+
</tr>
|
721 |
+
<tr>
|
722 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
723 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
724 |
+
</tr>
|
725 |
+
<tr>
|
726 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
727 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
728 |
+
</tr>
|
729 |
+
<tr>
|
730 |
+
<th>
|
731 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
732 |
+
display: inline-block;
|
733 |
+
padding: 8px 16px;
|
734 |
+
background-color: #FF7F50;
|
735 |
+
color: white;
|
736 |
+
text-decoration: none;
|
737 |
+
border-radius: 6px;
|
738 |
+
font-weight: bold;
|
739 |
+
font-family: sans-serif;
|
740 |
+
">👀 See what we built 👀</a>
|
741 |
+
</th>
|
742 |
+
<th>
|
743 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
744 |
+
display: inline-block;
|
745 |
+
padding: 8px 16px;
|
746 |
+
background-color: #FF7F50;
|
747 |
+
color: white;
|
748 |
+
text-decoration: none;
|
749 |
+
border-radius: 6px;
|
750 |
+
font-weight: bold;
|
751 |
+
font-family: sans-serif;
|
752 |
+
">👀 See what we built 👀</a>
|
753 |
+
</th>
|
754 |
+
</tr>
|
755 |
+
</table>
|
756 |
## Prompt template
|
757 |
|
758 |
```
|