AdrianLlopart commited on
Commit
9f7ec52
·
verified ·
1 Parent(s): 42f0c2f

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-diffusion-pusht
9
  manifest: ./rskill.yaml
10
  role: s1
11
  kind: vla
@@ -66,7 +66,7 @@ this file. Execution always goes through the OpenRAL loader and the robot HAL.
66
  ```python
67
  from openral_rskill import rSkill
68
 
69
- skill = rSkill.from_pretrained("OpenRAL/rskill-diffusion-pusht")
70
  # the loader validates embodiment / sensors / runtime / quantization against the target
71
  # RobotDescription and enforces the weight-license gate before any weights load.
72
  ```
 
5
  metadata:
6
  openral_rskill: true # generated discovery view of an rSkill
7
  schema_version: 0.1
8
+ rskill_id: OpenRAL/rskill-diffusion-pusht-pusht-fp32
9
  manifest: ./rskill.yaml
10
  role: s1
11
  kind: vla
 
66
  ```python
67
  from openral_rskill import rSkill
68
 
69
+ skill = rSkill.from_pretrained("OpenRAL/rskill-diffusion-pusht-pusht-fp32")
70
  # the loader validates embodiment / sensors / runtime / quantization against the target
71
  # RobotDescription and enforces the weight-license gate before any weights load.
72
  ```