morriszms commited on
Commit
6241898
Β·
verified Β·
1 Parent(s): 8ed7803

Update README.md

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