AdrianLlopart commited on
Commit
db0e81b
·
verified ·
1 Parent(s): 74cac75

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

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -20,7 +20,7 @@ datasets:
20
  inference: false
21
  ---
22
 
23
- # rskill-smolvla-libero
24
 
25
  > **OpenRAL rSkill** — SmolVLA (0.45 B) finetuned on the [LIBERO](https://libero-project.github.io/) benchmark, packaged for use with the [OpenRAL](https://github.com/OpenRAL/openral) robot agent framework.
26
 
@@ -60,7 +60,7 @@ os.environ["HF_TOKEN"] = "<your-read-token>"
60
  from openral_rskill.loader import rSkill
61
 
62
  # Install from HF Hub (downloads manifest + registers locally):
63
- pkg = rSkill.from_pretrained("OpenRAL/rskill-smolvla-libero")
64
  # pkg.manifest.weights_uri → "hf://HuggingFaceVLA/smolvla_libero"
65
  # pkg.local_dir → ~/.cache/openral/rskills/...
66
 
@@ -71,8 +71,8 @@ pkg = rSkill.from_yaml("skills/smolvla-libero/rskill.yaml")
71
  Via CLI:
72
 
73
  ```bash
74
- ral skill install hf://OpenRAL/rskill-smolvla-libero
75
- ral run examples/so100_smolvla --skill-id OpenRAL/rskill-smolvla-libero
76
  ```
77
 
78
  ---
@@ -197,7 +197,7 @@ Full schema: [`openral_core.schemas.RSkillManifest`](../../python/core/src/openr
197
 
198
  | Field | Value |
199
  |---|---|
200
- | `name` | `OpenRAL/rskill-smolvla-libero` |
201
  | `version` | `0.1.0` |
202
  | `license` | `apache-2.0` |
203
  | `role` | `s1` (fast visuomotor policy, 30–50 Hz) |
@@ -255,7 +255,7 @@ The following properties were verified locally using `tests/sim/test_franka_pand
255
 
256
  ```bash
257
  git clone https://github.com/OpenRAL/openral && cd OpenRAL
258
- CC=/usr/bin/gcc uv sync --all-packages --group sim
259
  ```
260
 
261
  ### 2 — Manifest + IO contract tests (no GPU required for manifest tests)
 
20
  inference: false
21
  ---
22
 
23
+ # rskill-smolvla-franka_panda-libero_spatial-bf16
24
 
25
  > **OpenRAL rSkill** — SmolVLA (0.45 B) finetuned on the [LIBERO](https://libero-project.github.io/) benchmark, packaged for use with the [OpenRAL](https://github.com/OpenRAL/openral) robot agent framework.
26
 
 
60
  from openral_rskill.loader import rSkill
61
 
62
  # Install from HF Hub (downloads manifest + registers locally):
63
+ pkg = rSkill.from_pretrained("OpenRAL/rskill-smolvla-franka_panda-libero_spatial-bf16")
64
  # pkg.manifest.weights_uri → "hf://HuggingFaceVLA/smolvla_libero"
65
  # pkg.local_dir → ~/.cache/openral/rskills/...
66
 
 
71
  Via CLI:
72
 
73
  ```bash
74
+ ral skill install hf://OpenRAL/rskill-smolvla-franka_panda-libero_spatial-bf16
75
+ ral run examples/so100_smolvla --skill-id OpenRAL/rskill-smolvla-franka_panda-libero_spatial-bf16
76
  ```
77
 
78
  ---
 
197
 
198
  | Field | Value |
199
  |---|---|
200
+ | `name` | `OpenRAL/rskill-smolvla-franka_panda-libero_spatial-bf16` |
201
  | `version` | `0.1.0` |
202
  | `license` | `apache-2.0` |
203
  | `role` | `s1` (fast visuomotor policy, 30–50 Hz) |
 
255
 
256
  ```bash
257
  git clone https://github.com/OpenRAL/openral && cd OpenRAL
258
+ CC=/usr/bin/gcc just sync --group sim
259
  ```
260
 
261
  ### 2 — Manifest + IO contract tests (no GPU required for manifest tests)