AdrianLlopart commited on
Commit
ed8927e
·
verified ·
1 Parent(s): 1ace086

docs: HF model card — best-of-both front-matter derived from manifest

Browse files
Files changed (1) hide show
  1. README.md +32 -28
README.md CHANGED
@@ -1,16 +1,24 @@
1
  ---
2
- tags:
3
- - OpenRAL
4
- - rskill
5
- - gr00t
6
- - nvidia
7
- - vla
8
- - franka
9
- - libero
10
- - manipulation
11
- license: other
12
  language:
13
- - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # rskill-gr00t-n17-libero
@@ -19,22 +27,18 @@ language:
19
  > [LIBERO](https://libero-project.github.io/) benchmark, packaged for the
20
  > [OpenRAL](https://github.com/OpenRAL/openral) robot agent framework.
21
 
22
- This package bundles the **inference checkpoint** of
23
- [`nvidia/GR00T-N1.7-LIBERO`](https://huggingface.co/nvidia/GR00T-N1.7-LIBERO)
24
- at the repo **root** (config + `experiment_cfg` + statistics + safetensors;
25
- no DeepSpeed optimizer shards), plus a `rskill.yaml` manifest that adds
26
- capability checking, license surfacing, latency budgets, and local registry
27
- integration. The upstream repo keeps its weights in a `libero_spatial/`
28
- subfolder with no root `model.safetensors`, so this repackage is what makes
29
- the GR00T sidecar's `from_pretrained` load it directly. Weights are
30
- redistributed under the NVIDIA Open Model License (see `source_repo`).
31
-
32
- > **Runtime status.** Runtime-validated (ADR-0046). The out-of-process
33
- > adapter (`openral_sim.policies.gr00t`) + `tools/gr00t_sidecar.py` boot
34
- > helper auto-spawn a Python-3.10 GR00T sidecar that NF4-quantizes the
35
- > Cosmos backbone on load (~3 GB VRAM). Verified end-to-end on an RTX 4070
36
- > (8 GB): `episode_done` on `scenes/sim/libero_spatial`, ~100 ms/step, with
37
- > weights fetched from this repo via the manifest's `weights_uri`.
38
 
39
  ## Upstream model, architecture & training
40
 
@@ -87,7 +91,7 @@ processor pipeline — hence no `processors` block in the manifest.
87
  | `embodiment_tags` | `franka_panda` |
88
  | `runtime` | `pytorch` (out-of-process sidecar, ADR-0046) |
89
  | `quantization.dtype` | `bf16` |
90
- | `weights_uri` | `hf://OpenRAL/rskill-gr00t-n17-libero` (this repo; root-level checkpoint) |
91
  | `chunk_size` | 16 |
92
  | `state_contract.dim` / `action_contract.dim` | 8 / 7 |
93
  | `latency_budget.per_chunk_ms` | 1500 ms (sidecar round-trip + 3B inference) |
 
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  language:
3
+ - en
4
+ license: other
5
+ license_name: nvidia-open-model-license
6
+ pipeline_tag: robotics
7
+ tags:
8
+ - OpenRAL
9
+ - rskill
10
+ - gr00t
11
+ - vision-language-action
12
+ - franka_panda
13
+ - nvidia
14
+ - vla
15
+ - franka
16
+ - libero
17
+ - manipulation
18
+ base_model:
19
+ - nvidia/GR00T-N1.7-LIBERO
20
+ base_model_relation: finetune
21
+ inference: false
22
  ---
23
 
24
  # rskill-gr00t-n17-libero
 
27
  > [LIBERO](https://libero-project.github.io/) benchmark, packaged for the
28
  > [OpenRAL](https://github.com/OpenRAL/openral) robot agent framework.
29
 
30
+ This package wraps [`nvidia/GR00T-N1.7-LIBERO`](https://huggingface.co/nvidia/GR00T-N1.7-LIBERO)
31
+ with a `rskill.yaml` manifest that adds capability checking, license
32
+ surfacing, latency budgets, and local registry integration. It does **not**
33
+ copy model weights.
34
+
35
+ > **Runtime status.** This is a *packaging-and-validation* slice (ADR-0046
36
+ > PR1): the manifest, license posture, and `model_family: gr00t` are wired
37
+ > and tested. The out-of-process runtime adapter (`openral_sim.policies.gr00t`)
38
+ > and the `tools/gr00t_sidecar.py` boot helper land in ADR-0046 PR2, which
39
+ > also produces the locally-reproduced LIBERO eval numbers. Until then the
40
+ > skill packages and validates but is gracefully dropped from a live policy
41
+ > palette with an install hint.
 
 
 
 
42
 
43
  ## Upstream model, architecture & training
44
 
 
91
  | `embodiment_tags` | `franka_panda` |
92
  | `runtime` | `pytorch` (out-of-process sidecar, ADR-0046) |
93
  | `quantization.dtype` | `bf16` |
94
+ | `weights_uri` | `hf://nvidia/GR00T-N1.7-LIBERO` |
95
  | `chunk_size` | 16 |
96
  | `state_contract.dim` / `action_contract.dim` | 8 / 7 |
97
  | `latency_budget.per_chunk_ms` | 1500 ms (sidecar round-trip + 3B inference) |