morriszms commited on
Commit
1fa1af6
·
verified ·
1 Parent(s): b9e380e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -59,12 +59,47 @@ This repo contains GGUF format model files for [CohereForAI/aya-expanse-32b](htt
59
 
60
  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).
61
 
62
- <div style="text-align: left; margin: 20px 0;">
63
- <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;">
64
- Run them on the TensorBlock client using your local machine ↗
65
- </a>
66
- </div>
67
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ## Prompt template
69
 
70
  ```
 
59
 
60
  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).
61
 
62
+ ## Our projects
63
+ <table border="1" cellspacing="0" cellpadding="10">
64
+ <tr>
65
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
66
+ <th style="font-size: 25px;">TensorBlock Studio</th>
67
+ </tr>
68
+ <tr>
69
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
70
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
71
+ </tr>
72
+ <tr>
73
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
74
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
75
+ </tr>
76
+ <tr>
77
+ <th>
78
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
79
+ display: inline-block;
80
+ padding: 8px 16px;
81
+ background-color: #FF7F50;
82
+ color: white;
83
+ text-decoration: none;
84
+ border-radius: 6px;
85
+ font-weight: bold;
86
+ font-family: sans-serif;
87
+ ">👀 See what we built 👀</a>
88
+ </th>
89
+ <th>
90
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
91
+ display: inline-block;
92
+ padding: 8px 16px;
93
+ background-color: #FF7F50;
94
+ color: white;
95
+ text-decoration: none;
96
+ border-radius: 6px;
97
+ font-weight: bold;
98
+ font-family: sans-serif;
99
+ ">👀 See what we built 👀</a>
100
+ </th>
101
+ </tr>
102
+ </table>
103
  ## Prompt template
104
 
105
  ```