Spaces:
Runtime error
Runtime error
Update README.md
Browse files
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 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|