morriszms commited on
Commit
4b53ffd
ยท
verified ยท
1 Parent(s): 60df7b2

Update README.md

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