ilessio-aiflowlab commited on
Commit
c69de87
·
verified ·
1 Parent(s): 1379b29

Upload anima_module.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. anima_module.yaml +53 -0
anima_module.yaml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: "1.0"
2
+
3
+ module:
4
+ name: cornucopia
5
+ version: "0.1.0"
6
+ display_name: "CORNUCOPIA — Large-Scale Synthetic Data for VLA Pre-Training"
7
+ description: "Scalable synthetic data generation pipeline for vision-language-action model pre-training"
8
+ category: training.distillation
9
+ license: Apache-2.0
10
+ paper: "Large-Scale Synthetic Data for VLA Pre-Training"
11
+
12
+ capabilities:
13
+ provides:
14
+ - type: data_generation
15
+ subtype: synthetic_vla
16
+ - type: augmentation
17
+ subtype: large_scale
18
+
19
+ interface:
20
+ inputs:
21
+ - name: config
22
+ ros2_type: std_msgs/msg/String
23
+ outputs:
24
+ - name: dataset_manifest
25
+ ros2_type: std_msgs/msg/String
26
+
27
+ hardware:
28
+ platforms:
29
+ - name: linux_x86
30
+ backends: [onnxruntime_cuda, onnxruntime_cpu]
31
+
32
+ performance:
33
+ profiles:
34
+ - platform: linux_x86
35
+ model: cornucopia-base
36
+ backend: onnxruntime_cuda
37
+ fps: 5
38
+ latency_p50_ms: 200
39
+
40
+ safety:
41
+ failure_mode: returns_empty
42
+ timeout_ms: 60000
43
+ health_topic: /anima/cornucopia/health
44
+
45
+ composability:
46
+ pairs_well_with:
47
+ - manipulation.vla
48
+ - simulation.generation
49
+ conflicts_with: []
50
+
51
+ container:
52
+ image: ghcr.io/robotflow-labs/anima-cornucopia:0.1.0
53
+ port: 8085