Update README.md
Browse files
README.md
CHANGED
@@ -24,12 +24,47 @@ This repo contains GGUF format model files for [Jayant9928/tnayaj](https://huggi
|
|
24 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
25 |
|
26 |
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
</
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
## Prompt template
|
34 |
|
35 |
|
|
|
24 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
25 |
|
26 |
|
27 |
+
## Our projects
|
28 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
29 |
+
<tr>
|
30 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
31 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
32 |
+
</tr>
|
33 |
+
<tr>
|
34 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
35 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
36 |
+
</tr>
|
37 |
+
<tr>
|
38 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
39 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
40 |
+
</tr>
|
41 |
+
<tr>
|
42 |
+
<th>
|
43 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
44 |
+
display: inline-block;
|
45 |
+
padding: 8px 16px;
|
46 |
+
background-color: #FF7F50;
|
47 |
+
color: white;
|
48 |
+
text-decoration: none;
|
49 |
+
border-radius: 6px;
|
50 |
+
font-weight: bold;
|
51 |
+
font-family: sans-serif;
|
52 |
+
">π See what we built π</a>
|
53 |
+
</th>
|
54 |
+
<th>
|
55 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
56 |
+
display: inline-block;
|
57 |
+
padding: 8px 16px;
|
58 |
+
background-color: #FF7F50;
|
59 |
+
color: white;
|
60 |
+
text-decoration: none;
|
61 |
+
border-radius: 6px;
|
62 |
+
font-weight: bold;
|
63 |
+
font-family: sans-serif;
|
64 |
+
">π See what we built π</a>
|
65 |
+
</th>
|
66 |
+
</tr>
|
67 |
+
</table>
|
68 |
## Prompt template
|
69 |
|
70 |
|