janchk commited on
Commit
198be64
·
verified ·
1 Parent(s): de8e80c

Update README.md

Browse files

Brief mention of inference.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -35,4 +35,8 @@ The export splits the SmolVLA architecture into multiple components. Each `.onn
35
  | **`action_in_projector.onnx`** | Projects previous action chunks into the latent space (for chunked generation). |
36
  | **`action_out_projector.onnx`** | Projects the model’s output back into continuous control actions. |
37
 
38
- All files are exported at opset 17 and use static shapes.
 
 
 
 
 
35
  | **`action_in_projector.onnx`** | Projects previous action chunks into the latent space (for chunked generation). |
36
  | **`action_out_projector.onnx`** | Projects the model’s output back into continuous control actions. |
37
 
38
+ All files are exported at opset 17 and use static shapes.
39
+
40
+ ## Inference
41
+
42
+ If you wish to inference this onnx version of smolVLA model consider taking a glance at this repository https://github.com/aifoundry-org/ETARS.