AdrianLlopart commited on
Commit
f983482
·
verified ·
1 Parent(s): 22d1137

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-smolvla-libero
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-smolvla-libero")
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-smolvla-franka_panda-libero_spatial-bf16
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-smolvla-franka_panda-libero_spatial-bf16")
72
  # the loader validates embodiment / sensors / runtime / quantization against the target
73
  # RobotDescription and enforces the weight-license gate before any weights load.
74
  ```