morriszms commited on
Commit
10849ac
Β·
verified Β·
1 Parent(s): 9e3e20d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -66,12 +66,47 @@ This repo contains GGUF format model files for [CreitinGameplays/bloom-3b-conver
66
 
67
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
68
 
69
- <div style="text-align: left; margin: 20px 0;">
70
- <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;">
71
- Run them on the TensorBlock client using your local machine β†—
72
- </a>
73
- </div>
74
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ## Prompt template
76
 
77
  ```
 
66
 
67
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
68
 
69
+ ## Our projects
70
+ <table border="1" cellspacing="0" cellpadding="10">
71
+ <tr>
72
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
73
+ <th style="font-size: 25px;">TensorBlock Studio</th>
74
+ </tr>
75
+ <tr>
76
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
77
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
78
+ </tr>
79
+ <tr>
80
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
81
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
82
+ </tr>
83
+ <tr>
84
+ <th>
85
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
86
+ display: inline-block;
87
+ padding: 8px 16px;
88
+ background-color: #FF7F50;
89
+ color: white;
90
+ text-decoration: none;
91
+ border-radius: 6px;
92
+ font-weight: bold;
93
+ font-family: sans-serif;
94
+ ">πŸ‘€ See what we built πŸ‘€</a>
95
+ </th>
96
+ <th>
97
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
98
+ display: inline-block;
99
+ padding: 8px 16px;
100
+ background-color: #FF7F50;
101
+ color: white;
102
+ text-decoration: none;
103
+ border-radius: 6px;
104
+ font-weight: bold;
105
+ font-family: sans-serif;
106
+ ">πŸ‘€ See what we built πŸ‘€</a>
107
+ </th>
108
+ </tr>
109
+ </table>
110
  ## Prompt template
111
 
112
  ```