morriszms commited on
Commit
d808388
·
verified ·
1 Parent(s): eea133a

Update README.md

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