Text Generation
GGUF
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
448c1fa
·
verified ·
1 Parent(s): 3f260ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -678,12 +678,47 @@ This repo contains GGUF format model files for [bigscience/bloomz-560m](https://
678
  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).
679
 
680
 
681
- <div style="text-align: left; margin: 20px 0;">
682
- <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;">
683
- Run them on the TensorBlock client using your local machine ↗
684
- </a>
685
- </div>
686
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
687
  ## Prompt template
688
 
689
 
 
678
  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).
679
 
680
 
681
+ ## Our projects
682
+ <table border="1" cellspacing="0" cellpadding="10">
683
+ <tr>
684
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
685
+ <th style="font-size: 25px;">TensorBlock Studio</th>
686
+ </tr>
687
+ <tr>
688
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
689
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
690
+ </tr>
691
+ <tr>
692
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
693
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
694
+ </tr>
695
+ <tr>
696
+ <th>
697
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
698
+ display: inline-block;
699
+ padding: 8px 16px;
700
+ background-color: #FF7F50;
701
+ color: white;
702
+ text-decoration: none;
703
+ border-radius: 6px;
704
+ font-weight: bold;
705
+ font-family: sans-serif;
706
+ ">👀 See what we built 👀</a>
707
+ </th>
708
+ <th>
709
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
710
+ display: inline-block;
711
+ padding: 8px 16px;
712
+ background-color: #FF7F50;
713
+ color: white;
714
+ text-decoration: none;
715
+ border-radius: 6px;
716
+ font-weight: bold;
717
+ font-family: sans-serif;
718
+ ">👀 See what we built 👀</a>
719
+ </th>
720
+ </tr>
721
+ </table>
722
  ## Prompt template
723
 
724