OpenASR commited on
Commit
6997b05
·
verified ·
1 Parent(s): 765b763

docs: update model-pack import syntax to current CLI

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ footprint); **fp16** is for verification or maximum fidelity.
87
  Converted from [UsefulSensors/moonshine-tiny](https://huggingface.co/UsefulSensors/moonshine-tiny) with the OpenASR importer:
88
 
89
  ```bash
90
- openasr model-pack import-moonshine-local <src> <out>.oasr \
91
  --package-id moonshine-tiny --quantization {fp16,q8-0,q4-k}
92
  ```
93
 
 
87
  Converted from [UsefulSensors/moonshine-tiny](https://huggingface.co/UsefulSensors/moonshine-tiny) with the OpenASR importer:
88
 
89
  ```bash
90
+ openasr model-pack import moonshine <src> <out>.oasr \
91
  --package-id moonshine-tiny --quantization {fp16,q8-0,q4-k}
92
  ```
93