Spaces:
Running
Running
FIXED STATUS: config + Darwin PR + bucket bridge
Browse files- ACTION_CHECKLIST.md +29 -0
ACTION_CHECKLIST.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# NEXUS OS Action Checklist - UPDATED 2026-05-22
|
| 2 |
+
|
| 3 |
+
## COMPLETED
|
| 4 |
+
- [x] Fix `specimba/nexus-os-lab` YAML: added `tags:` in README.md frontmatter
|
| 5 |
+
- [x] Create PR #2 on `build-small-hackathon/Darwin-35B-A3B-Opus`: transformers-only app.py
|
| 6 |
+
- [x] Create PR #3 on Darwin: requirements.txt (removes llama.cpp)
|
| 7 |
+
- [x] Create `specimba/nexus-vap-bucket` (persistent storage)
|
| 8 |
+
- [x] Upload `hf_bucket_bridge.py` for VAP sync inside Space
|
| 9 |
+
|
| 10 |
+
## PENDING (User Manual Action)
|
| 11 |
+
1. **Merge PR #2 + #3** on Darwin Space → fixes `libcudart.so.12`
|
| 12 |
+
2. **Test `specimba/nexus-os-lab`** rebuild (auto-triggers on latest push)
|
| 13 |
+
3. **Enable `nexus-os-lab` ZeroGPU** if showing config error again:
|
| 14 |
+
- If still "Missing SDK": check README.md has `sdk: gradio` AND `sdk_version: "6.14.0"`
|
| 15 |
+
- Must also have `app_file: app.py`
|
| 16 |
+
|
| 17 |
+
## Usage: Bucket Persistence
|
| 18 |
+
```python
|
| 19 |
+
from hf_bucket_bridge import save_vap, load_vap
|
| 20 |
+
save_vap({"event": "purple_scan", "score": 0.97})
|
| 21 |
+
```
|
| 22 |
+
CLI:
|
| 23 |
+
```bash
|
| 24 |
+
hf sync ./data hf://buckets/specimba/nexus-vap-bucket/data
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
## Resources
|
| 28 |
+
- Bucket: https://huggingface.co/buckets/specimba/nexus-vap-bucket
|
| 29 |
+
- Your Team ZeroGPU: 7.1/40 min daily @ build-small-hackathon
|