aka7774 commited on
Commit
bdf10a6
1 Parent(s): 02ad4ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -9,4 +9,12 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ ```
13
+ venv/bin/python -m pip install transformers[torch]>=4.23
14
+ venv/bin/python -m pip install ctranslate2
15
+ ```
16
+
17
+ ```
18
+ ct2-transformers-converter --model openai/whisper-large-v3 --output_dir whisper-large-v3-ct2 \
19
+ --copy_files tokenizer.json --quantization float16
20
+ ```