aka7774 commited on
Commit
9ac5475
1 Parent(s): 1e737aa

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ```
3
+ venv/bin/python -m pip install transformers[torch]>=4.23
4
+ venv/bin/python -m pip install ctranslate2
5
+ ```
6
+
7
+ ```
8
+ ct2-transformers-converter --model openai/whisper-large-v3 --output_dir whisper-large-v3-ct2 \
9
+ --copy_files tokenizer.json --quantization float16
10
+ ```