OpenASR commited on
Commit
1066d71
·
verified ·
1 Parent(s): cbe07da

docs: update model-pack import syntax to current CLI

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ large-grade option, see the distilled `whisper-large-v3-turbo`.
86
  Converted from [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) with the OpenASR importer:
87
 
88
  ```bash
89
- openasr model-pack import-whisper-local <src> <out>.oasr \
90
  --package-id whisper-large-v3 --quantization {fp16,q8-0,q4-k}
91
  ```
92
 
 
86
  Converted from [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) with the OpenASR importer:
87
 
88
  ```bash
89
+ openasr model-pack import whisper <src> <out>.oasr \
90
  --package-id whisper-large-v3 --quantization {fp16,q8-0,q4-k}
91
  ```
92