morriszms commited on
Commit
364a12a
Β·
verified Β·
1 Parent(s): 8b71168

Update README.md

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