GGUF
TensorBlock
GGUF
conversational
morriszms commited on
Commit
bbcc5c5
Β·
verified Β·
1 Parent(s): edac28b

Update README.md

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