GGUF
English
TensorBlock
GGUF
morriszms commited on
Commit
1f66a3e
Β·
verified Β·
1 Parent(s): 651775d

Update README.md

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