AdrianLlopart commited on
Commit
e9528c5
·
verified ·
1 Parent(s): e3204d1

chore: canonical naming migration

Browse files
Files changed (1) hide show
  1. SKILL.md +2 -2
SKILL.md CHANGED
@@ -5,7 +5,7 @@ description: >-
5
  metadata:
6
  openral_rskill: true # generated discovery view of an rSkill
7
  schema_version: 0.1
8
- rskill_id: OpenRAL/rskill-openvla-oft-simpler-widowx-nf4
9
  manifest: ./rskill.yaml
10
  role: s1
11
  kind: vla
@@ -68,7 +68,7 @@ this file. Execution always goes through the OpenRAL loader and the robot HAL.
68
  ```python
69
  from openral_rskill import rSkill
70
 
71
- skill = rSkill.from_pretrained("OpenRAL/rskill-openvla-oft-simpler-widowx-nf4")
72
  # the loader validates embodiment / sensors / runtime / quantization against the target
73
  # RobotDescription and enforces the weight-license gate before any weights load.
74
  ```
 
5
  metadata:
6
  openral_rskill: true # generated discovery view of an rSkill
7
  schema_version: 0.1
8
+ rskill_id: OpenRAL/rskill-openvla_oft-widowx-simpler_env-nf4
9
  manifest: ./rskill.yaml
10
  role: s1
11
  kind: vla
 
68
  ```python
69
  from openral_rskill import rSkill
70
 
71
+ skill = rSkill.from_pretrained("OpenRAL/rskill-openvla_oft-widowx-simpler_env-nf4")
72
  # the loader validates embodiment / sensors / runtime / quantization against the target
73
  # RobotDescription and enforces the weight-license gate before any weights load.
74
  ```