IgorSwat commited on
Commit ·
999e7b4
1
Parent(s): eb9cb3f
Fix wrong metas in coreml/config.json
Browse files- coreml/config.json +2 -2
coreml/config.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
| 10 |
"tokenizer": "../tokenizer.json",
|
| 11 |
"variants": [
|
| 12 |
{
|
| 13 |
-
"file": "
|
| 14 |
-
"precision": "
|
| 15 |
"quantized": false,
|
| 16 |
"default": true,
|
| 17 |
"methods": {
|
|
|
|
| 10 |
"tokenizer": "../tokenizer.json",
|
| 11 |
"variants": [
|
| 12 |
{
|
| 13 |
+
"file": "whisper_tiny_coreml_fp16.pte",
|
| 14 |
+
"precision": "fp16",
|
| 15 |
"quantized": false,
|
| 16 |
"default": true,
|
| 17 |
"methods": {
|