morriszms commited on
Commit
6edbed4
Β·
verified Β·
1 Parent(s): 2763dd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -74,12 +74,47 @@ This repo contains GGUF format model files for [BEE-spoke-data/smol_llama-81M-ti
74
 
75
  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).
76
 
77
- <div style="text-align: left; margin: 20px 0;">
78
- <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;">
79
- Run them on the TensorBlock client using your local machine β†—
80
- </a>
81
- </div>
82
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  ## Prompt template
84
 
85
  ```
 
74
 
75
  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).
76
 
77
+ ## Our projects
78
+ <table border="1" cellspacing="0" cellpadding="10">
79
+ <tr>
80
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
81
+ <th style="font-size: 25px;">TensorBlock Studio</th>
82
+ </tr>
83
+ <tr>
84
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
85
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
86
+ </tr>
87
+ <tr>
88
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
89
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
90
+ </tr>
91
+ <tr>
92
+ <th>
93
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
94
+ display: inline-block;
95
+ padding: 8px 16px;
96
+ background-color: #FF7F50;
97
+ color: white;
98
+ text-decoration: none;
99
+ border-radius: 6px;
100
+ font-weight: bold;
101
+ font-family: sans-serif;
102
+ ">πŸ‘€ See what we built πŸ‘€</a>
103
+ </th>
104
+ <th>
105
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
106
+ display: inline-block;
107
+ padding: 8px 16px;
108
+ background-color: #FF7F50;
109
+ color: white;
110
+ text-decoration: none;
111
+ border-radius: 6px;
112
+ font-weight: bold;
113
+ font-family: sans-serif;
114
+ ">πŸ‘€ See what we built πŸ‘€</a>
115
+ </th>
116
+ </tr>
117
+ </table>
118
  ## Prompt template
119
 
120
  ```