morriszms commited on
Commit
dd7e8d1
Β·
verified Β·
1 Parent(s): 21b954b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -37,12 +37,47 @@ This repo contains GGUF format model files for [NousResearch/Nous-Hermes-2-Mixtr
37
 
38
  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).
39
 
40
- <div style="text-align: left; margin: 20px 0;">
41
- <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;">
42
- Run them on the TensorBlock client using your local machine β†—
43
- </a>
44
- </div>
45
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ## Prompt template
47
 
48
  ```
 
37
 
38
  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).
39
 
40
+ ## Our projects
41
+ <table border="1" cellspacing="0" cellpadding="10">
42
+ <tr>
43
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
44
+ <th style="font-size: 25px;">TensorBlock Studio</th>
45
+ </tr>
46
+ <tr>
47
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
48
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
49
+ </tr>
50
+ <tr>
51
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
52
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
53
+ </tr>
54
+ <tr>
55
+ <th>
56
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
57
+ display: inline-block;
58
+ padding: 8px 16px;
59
+ background-color: #FF7F50;
60
+ color: white;
61
+ text-decoration: none;
62
+ border-radius: 6px;
63
+ font-weight: bold;
64
+ font-family: sans-serif;
65
+ ">πŸ‘€ See what we built πŸ‘€</a>
66
+ </th>
67
+ <th>
68
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
69
+ display: inline-block;
70
+ padding: 8px 16px;
71
+ background-color: #FF7F50;
72
+ color: white;
73
+ text-decoration: none;
74
+ border-radius: 6px;
75
+ font-weight: bold;
76
+ font-family: sans-serif;
77
+ ">πŸ‘€ See what we built πŸ‘€</a>
78
+ </th>
79
+ </tr>
80
+ </table>
81
  ## Prompt template
82
 
83
  ```