mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-28 05:59:32 +00:00
docs: remove HuggingFace publishing section from user guide
Contains GCloud project ID and secret names — not appropriate for a public repo. Publishing instructions kept in scripts/ only. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
73d4cb9fc2
commit
74c965f7ec
1 changed files with 1 additions and 23 deletions
|
|
@ -40,8 +40,7 @@ WiFi DensePose turns commodity WiFi signals into real-time human pose estimation
|
|||
- [Intel 5300 / Atheros NIC](#intel-5300--atheros-nic)
|
||||
15. [Camera-Free Pose Training](#camera-free-pose-training)
|
||||
16. [ruvllm Training Pipeline](#ruvllm-training-pipeline)
|
||||
17. [Publishing to HuggingFace](#publishing-to-huggingface)
|
||||
18. [Docker Compose (Multi-Service)](#docker-compose-multi-service)
|
||||
17. [Docker Compose (Multi-Service)](#docker-compose-multi-service)
|
||||
16. [Testing Firmware Without Hardware (QEMU)](#testing-firmware-without-hardware-qemu)
|
||||
- [What You Need](#what-you-need)
|
||||
- [Your First Test Run](#your-first-test-run)
|
||||
|
|
@ -1097,27 +1096,6 @@ node scripts/benchmark-ruvllm.js --model models/csi-ruvllm
|
|||
|
||||
---
|
||||
|
||||
## Publishing to HuggingFace
|
||||
|
||||
Trained models can be published to HuggingFace Hub for community use:
|
||||
|
||||
```bash
|
||||
# Publish (uses API key from GCloud Secrets)
|
||||
bash scripts/publish-huggingface.sh --version v0.5.4
|
||||
|
||||
# Or with Python
|
||||
python scripts/publish-huggingface.py --version v0.5.4
|
||||
|
||||
# Dry run (preview without uploading)
|
||||
bash scripts/publish-huggingface.sh --dry-run
|
||||
```
|
||||
|
||||
The HuggingFace API key is stored in Google Cloud Secrets (`HUGGINGFACE_API_KEY` in project `cognitum-20260110`). Alternatively, set the `SEED_TOKEN` environment variable directly.
|
||||
|
||||
Published artifacts include: SafeTensors model, quantized variants (2/4/8-bit), LoRA adapters, training metrics, and a beginner-friendly model card.
|
||||
|
||||
---
|
||||
|
||||
## Docker Compose (Multi-Service)
|
||||
|
||||
For production deployments with both Rust and Python services:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue