morriszms commited on
Commit
9fec712
Β·
verified Β·
1 Parent(s): 9ae8301

Update README.md

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