Upload folder using huggingface_hub
Browse files- README.md +44 -0
- dist/thoxmesh_node-0.1.0-py3-none-any.whl +0 -0
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- thox
|
| 5 |
+
- meshstack
|
| 6 |
+
- tooling
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# thoxmesh-node — distribution channel
|
| 10 |
+
|
| 11 |
+
Wheels for `thoxmesh_node`, the thin registration helper used by the
|
| 12 |
+
**ThoxLLM Cloud** self-serve mesh templates (HF Space and Colab notebook).
|
| 13 |
+
|
| 14 |
+
This repository exists purely as a **public, auth-free install source**: the
|
| 15 |
+
templates repository (`ttracx/thoxllm-cloud`) is private, so a subscriber's
|
| 16 |
+
Colab runtime cannot `pip install` from it. Nothing here is a model.
|
| 17 |
+
|
| 18 |
+
## Install
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
pip install "thoxmesh-node @ https://huggingface.co/tommytracx/thoxmesh-node-dist/resolve/main/dist/thoxmesh_node-0.1.0-py3-none-any.whl"
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
## What it does
|
| 25 |
+
|
| 26 |
+
Registers a node you deploy — a duplicated Hugging Face Space, or a Colab
|
| 27 |
+
runtime — with **your own** ThoxLLM Cloud account, so you can address it by
|
| 28 |
+
alias:
|
| 29 |
+
|
| 30 |
+
* pairs as a MeshStack device (Ed25519, single-use join key);
|
| 31 |
+
* registers a model endpoint via `POST /v1/mesh/endpoints`;
|
| 32 |
+
* heartbeats so the routing table keeps selecting it.
|
| 33 |
+
|
| 34 |
+
## What it does not do
|
| 35 |
+
|
| 36 |
+
* It never reads, stores or transmits your **Hugging Face token**. That token
|
| 37 |
+
stays in your own runtime and is used only to download model weights.
|
| 38 |
+
* It refuses to send anything matching `hf_*` as a credential, so pasting your
|
| 39 |
+
HF token into the wrong field fails locally rather than leaving your machine.
|
| 40 |
+
* It never sends prompt content to any control plane.
|
| 41 |
+
|
| 42 |
+
Source and full documentation: `templates/` in `ttracx/thoxllm-cloud`.
|
| 43 |
+
|
| 44 |
+
Apache-2.0.
|
dist/thoxmesh_node-0.1.0-py3-none-any.whl
ADDED
|
Binary file (28.3 kB). View file
|
|
|