morriszms commited on
Commit
008fbf7
·
verified ·
1 Parent(s): 9018f8a

Update README.md

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