morriszms commited on
Commit
5947004
·
verified ·
1 Parent(s): 48ebc56

Update README.md

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