morriszms commited on
Commit
eabaf6a
Β·
verified Β·
1 Parent(s): f28b069

Update README.md

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