morriszms commited on
Commit
8b79c28
·
verified ·
1 Parent(s): c2f1aa1

Update README.md

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