morriszms commited on
Commit
1ad4019
ยท
verified ยท
1 Parent(s): 3bc6061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -106,12 +106,47 @@ This repo contains GGUF format model files for [yulan-team/YuLan-Mini](https://h
106
 
107
  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).
108
 
109
- <div style="text-align: left; margin: 20px 0;">
110
- <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
111
- Run them on the TensorBlock client using your local machine โ†—
112
- </a>
113
- </div>
114
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  ## Prompt template
116
 
117
  ```
 
106
 
107
  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).
108
 
109
+ ## Our projects
110
+ <table border="1" cellspacing="0" cellpadding="10">
111
+ <tr>
112
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
113
+ <th style="font-size: 25px;">TensorBlock Studio</th>
114
+ </tr>
115
+ <tr>
116
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
117
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
118
+ </tr>
119
+ <tr>
120
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
121
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
122
+ </tr>
123
+ <tr>
124
+ <th>
125
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
126
+ display: inline-block;
127
+ padding: 8px 16px;
128
+ background-color: #FF7F50;
129
+ color: white;
130
+ text-decoration: none;
131
+ border-radius: 6px;
132
+ font-weight: bold;
133
+ font-family: sans-serif;
134
+ ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
135
+ </th>
136
+ <th>
137
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
138
+ display: inline-block;
139
+ padding: 8px 16px;
140
+ background-color: #FF7F50;
141
+ color: white;
142
+ text-decoration: none;
143
+ border-radius: 6px;
144
+ font-weight: bold;
145
+ font-family: sans-serif;
146
+ ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
147
+ </th>
148
+ </tr>
149
+ </table>
150
  ## Prompt template
151
 
152
  ```