aka7774 commited on
Commit
2bf39bd
1 Parent(s): 35c20cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -8,13 +8,3 @@ sdk_version: 4.13.0
8
  app_file: app.py
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
- ```
 
8
  app_file: app.py
9
  pinned: false
10
  ---