AdrianLlopart commited on
Commit
f5e5370
·
verified ·
1 Parent(s): f9d304a

docs: HF model card for OpenRAL/rskill-gr00t_n17-franka_panda-libero_spatial-bf16 v0.1.0

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -21,7 +21,7 @@ base_model_relation: finetune
21
  inference: false
22
  ---
23
 
24
- # rskill-gr00t-n17-libero
25
 
26
  > **OpenRAL rSkill** — NVIDIA Isaac **GR00T N1.7** (3B) finetuned on the
27
  > [LIBERO](https://libero-project.github.io/) benchmark, packaged for the
@@ -32,11 +32,12 @@ 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
 
@@ -61,7 +62,7 @@ the N1.7 base on the LIBERO Franka embodiment.
61
 
62
  | Robot | Embodiment tag | Status | Notes |
63
  |---|---|---|---|
64
- | Franka Panda (LIBERO sim) | `franka_panda` | packaged | Native finetune embodiment; live eval in ADR-0046 PR2 |
65
 
66
  GR00T exposes a `LIBERO_PANDA` embodiment tag internally; OpenRAL maps it to
67
  the canonical `franka_panda` embodiment from `robots/`.
@@ -83,13 +84,13 @@ processor pipeline — hence no `processors` block in the manifest.
83
 
84
  | Field | Value |
85
  |---|---|
86
- | `name` | `OpenRAL/rskill-gr00t-n17-libero` |
87
  | `version` | `0.1.0` |
88
  | `license` | `nvidia_open_model` (commercial OK) |
89
  | `role` | `s1` |
90
  | `model_family` | `gr00t` |
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 |
@@ -101,7 +102,7 @@ Full schema: [`openral_core.schemas.RSkillManifest`](../../python/core/src/openr
101
  ## Hardware
102
 
103
  GR00T N1.7-3B (bf16, ~6 GB weights) plus the Cosmos-Reason VLM does not fit
104
- on an 8 GB GPU without NF4 quantization; the sidecar (ADR-0046 PR2) follows
105
  the NF4 isolated-venv recipe used by the RLDX and detector sidecars. A
106
  ≥ 16 GB GPU runs bf16 directly.
107
 
@@ -114,4 +115,4 @@ are governed by the **NVIDIA Open Model License Agreement**, which permits
114
  commercial use. This is the key distinction from GR00T N1 / N1.5 / N1.6,
115
  which ship under the NVIDIA OneWay Noncommercial License and are blocked in
116
  commercial deployments by the OpenRAL loader unless
117
- `OPENRAL_ALLOW_NONCOMMERCIAL=1` is set (CLAUDE.md §3, ADR-0046).
 
21
  inference: false
22
  ---
23
 
24
+ # rskill-gr00t_n17-franka_panda-libero_spatial-bf16
25
 
26
  > **OpenRAL rSkill** — NVIDIA Isaac **GR00T N1.7** (3B) finetuned on the
27
  > [LIBERO](https://libero-project.github.io/) benchmark, packaged for the
 
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 (GR00T
36
+ > backend epic PR1): the manifest, license posture, and `model_family: gr00t`
37
+ > are wired and tested. The out-of-process runtime adapter
38
+ > (`openral_sim.policies.gr00t`) and the `tools/gr00t_sidecar.py` boot helper
39
+ > land in GR00T backend epic PR2, which also produces the
40
+ > locally-reproduced LIBERO eval numbers. Until then the
41
  > skill packages and validates but is gracefully dropped from a live policy
42
  > palette with an install hint.
43
 
 
62
 
63
  | Robot | Embodiment tag | Status | Notes |
64
  |---|---|---|---|
65
+ | Franka Panda (LIBERO sim) | `franka_panda` | packaged | Native finetune embodiment; live eval in GR00T backend epic PR2 |
66
 
67
  GR00T exposes a `LIBERO_PANDA` embodiment tag internally; OpenRAL maps it to
68
  the canonical `franka_panda` embodiment from `robots/`.
 
84
 
85
  | Field | Value |
86
  |---|---|
87
+ | `name` | `OpenRAL/rskill-gr00t_n17-franka_panda-libero_spatial-bf16` |
88
  | `version` | `0.1.0` |
89
  | `license` | `nvidia_open_model` (commercial OK) |
90
  | `role` | `s1` |
91
  | `model_family` | `gr00t` |
92
  | `embodiment_tags` | `franka_panda` |
93
+ | `runtime` | `pytorch` (out-of-process sidecar) |
94
  | `quantization.dtype` | `bf16` |
95
  | `weights_uri` | `hf://nvidia/GR00T-N1.7-LIBERO` |
96
  | `chunk_size` | 16 |
 
102
  ## Hardware
103
 
104
  GR00T N1.7-3B (bf16, ~6 GB weights) plus the Cosmos-Reason VLM does not fit
105
+ on an 8 GB GPU without NF4 quantization; the sidecar (GR00T backend epic PR2) follows
106
  the NF4 isolated-venv recipe used by the RLDX and detector sidecars. A
107
  ≥ 16 GB GPU runs bf16 directly.
108
 
 
115
  commercial use. This is the key distinction from GR00T N1 / N1.5 / N1.6,
116
  which ship under the NVIDIA OneWay Noncommercial License and are blocked in
117
  commercial deployments by the OpenRAL loader unless
118
+ `OPENRAL_ALLOW_NONCOMMERCIAL=1` is set (CLAUDE.md §3).