Update config.json (#16)
Browse files- Update config.json (041aee9fd3c19379b1ec9dbbb6df9ac6dd15cbb1)
- Fix off-by-one for M1 and A14 SKUs (3b6e0975f1e819b577dbf25379597f2f4022cb42)
- config.json +43 -11
 
    	
        config.json
    CHANGED
    
    | 
         @@ -1,9 +1,15 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
                "name": "whisperkit-coreml",
         
     | 
| 3 | 
         
            -
                "version": "0. 
     | 
| 4 | 
         
             
                "device_support": [
         
     | 
| 5 | 
         
             
                    {
         
     | 
| 6 | 
         
            -
                        " 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 7 | 
         
             
                        "models": {
         
     | 
| 8 | 
         
             
                            "default": "openai_whisper-tiny",
         
     | 
| 9 | 
         
             
                            "supported": [
         
     | 
| 
         @@ -15,7 +21,14 @@ 
     | 
|
| 15 | 
         
             
                        }
         
     | 
| 16 | 
         
             
                    },
         
     | 
| 17 | 
         
             
                    {
         
     | 
| 18 | 
         
            -
                        " 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 19 | 
         
             
                        "models": {
         
     | 
| 20 | 
         
             
                            "default": "openai_whisper-base",
         
     | 
| 21 | 
         
             
                            "supported": [
         
     | 
| 
         @@ -29,13 +42,18 @@ 
     | 
|
| 29 | 
         
             
                        }
         
     | 
| 30 | 
         
             
                    },
         
     | 
| 31 | 
         
             
                    {
         
     | 
| 
         | 
|
| 32 | 
         
             
                        "identifiers": [
         
     | 
| 33 | 
         
             
                            "iPhone14",
         
     | 
| 34 | 
         
             
                            "iPhone15",
         
     | 
| 35 | 
         
             
                            "iPhone16",
         
     | 
| 36 | 
         
             
                            "iPhone17",
         
     | 
| 37 | 
         
             
                            "iPad14,1",
         
     | 
| 38 | 
         
            -
                            "iPad14,2"
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 39 | 
         
             
                        ],
         
     | 
| 40 | 
         
             
                        "models": {
         
     | 
| 41 | 
         
             
                            "default": "openai_whisper-base",
         
     | 
| 
         @@ -58,16 +76,28 @@ 
     | 
|
| 58 | 
         
             
                        }
         
     | 
| 59 | 
         
             
                    },
         
     | 
| 60 | 
         
             
                    {
         
     | 
| 
         | 
|
| 61 | 
         
             
                        "identifiers": [
         
     | 
| 62 | 
         
            -
                            " 
     | 
| 63 | 
         
            -
                            " 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 64 | 
         
             
                            "MacBookAir10,1",
         
     | 
| 65 | 
         
            -
                            " 
     | 
| 66 | 
         
            -
                            " 
     | 
| 67 | 
         
            -
                            " 
     | 
| 68 | 
         
            -
                            " 
     | 
| 69 | 
         
             
                            "iPad13,4",
         
     | 
| 70 | 
         
            -
                            "iPad13, 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 71 | 
         
             
                        ],
         
     | 
| 72 | 
         
             
                        "models": {
         
     | 
| 73 | 
         
             
                            "default": "openai_whisper-large-v3-v20240930_626MB",
         
     | 
| 
         @@ -89,6 +119,7 @@ 
     | 
|
| 89 | 
         
             
                        }
         
     | 
| 90 | 
         
             
                    },
         
     | 
| 91 | 
         
             
                    {
         
     | 
| 
         | 
|
| 92 | 
         
             
                        "identifiers": [
         
     | 
| 93 | 
         
             
                            "Mac14",
         
     | 
| 94 | 
         
             
                            "Mac15",
         
     | 
| 
         @@ -101,6 +132,7 @@ 
     | 
|
| 101 | 
         
             
                            "iPad14,9",
         
     | 
| 102 | 
         
             
                            "iPad14,10",
         
     | 
| 103 | 
         
             
                            "iPad14,11",
         
     | 
| 
         | 
|
| 104 | 
         
             
                            "iPad16"
         
     | 
| 105 | 
         
             
                        ],
         
     | 
| 106 | 
         
             
                        "models": {
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
                "name": "whisperkit-coreml",
         
     | 
| 3 | 
         
            +
                "version": "0.3",
         
     | 
| 4 | 
         
             
                "device_support": [
         
     | 
| 5 | 
         
             
                    {
         
     | 
| 6 | 
         
            +
                        "chips": "A12, A13, S9, S10",
         
     | 
| 7 | 
         
            +
                        "identifiers": [
         
     | 
| 8 | 
         
            +
                            "iPhone11",
         
     | 
| 9 | 
         
            +
                            "iPhone12",
         
     | 
| 10 | 
         
            +
                            "Watch7",
         
     | 
| 11 | 
         
            +
                            "Watch8"
         
     | 
| 12 | 
         
            +
                        ],
         
     | 
| 13 | 
         
             
                        "models": {
         
     | 
| 14 | 
         
             
                            "default": "openai_whisper-tiny",
         
     | 
| 15 | 
         
             
                            "supported": [
         
     | 
| 
         | 
|
| 21 | 
         
             
                        }
         
     | 
| 22 | 
         
             
                    },
         
     | 
| 23 | 
         
             
                    {
         
     | 
| 24 | 
         
            +
                        "chips": "A14",
         
     | 
| 25 | 
         
            +
                        "identifiers": [
         
     | 
| 26 | 
         
            +
                            "iPhone13",
         
     | 
| 27 | 
         
            +
                            "iPad13,1",
         
     | 
| 28 | 
         
            +
                            "iPad13,2",
         
     | 
| 29 | 
         
            +
                            "iPad13,18",
         
     | 
| 30 | 
         
            +
                            "iPad13,19"
         
     | 
| 31 | 
         
            +
                        ],
         
     | 
| 32 | 
         
             
                        "models": {
         
     | 
| 33 | 
         
             
                            "default": "openai_whisper-base",
         
     | 
| 34 | 
         
             
                            "supported": [
         
     | 
| 
         | 
|
| 42 | 
         
             
                        }
         
     | 
| 43 | 
         
             
                    },
         
     | 
| 44 | 
         
             
                    {
         
     | 
| 45 | 
         
            +
                        "chips": "A15, A16, A17 Pro, A18",
         
     | 
| 46 | 
         
             
                        "identifiers": [
         
     | 
| 47 | 
         
             
                            "iPhone14",
         
     | 
| 48 | 
         
             
                            "iPhone15",
         
     | 
| 49 | 
         
             
                            "iPhone16",
         
     | 
| 50 | 
         
             
                            "iPhone17",
         
     | 
| 51 | 
         
             
                            "iPad14,1",
         
     | 
| 52 | 
         
            +
                            "iPad14,2",
         
     | 
| 53 | 
         
            +
                            "iPad15,7",
         
     | 
| 54 | 
         
            +
                            "iPad15,8",
         
     | 
| 55 | 
         
            +
                            "iPad16,1",
         
     | 
| 56 | 
         
            +
                            "iPad16,2"
         
     | 
| 57 | 
         
             
                        ],
         
     | 
| 58 | 
         
             
                        "models": {
         
     | 
| 59 | 
         
             
                            "default": "openai_whisper-base",
         
     | 
| 
         | 
|
| 76 | 
         
             
                        }
         
     | 
| 77 | 
         
             
                    },
         
     | 
| 78 | 
         
             
                    {
         
     | 
| 79 | 
         
            +
                        "chips": "M1",
         
     | 
| 80 | 
         
             
                        "identifiers": [
         
     | 
| 81 | 
         
            +
                            "MacBookPro17,1",
         
     | 
| 82 | 
         
            +
                            "MacBookPro18,1",
         
     | 
| 83 | 
         
            +
                            "MacBookPro18,2",
         
     | 
| 84 | 
         
            +
                            "MacBookPro18,3",
         
     | 
| 85 | 
         
            +
                            "MacBookPro18,4",
         
     | 
| 86 | 
         
             
                            "MacBookAir10,1",
         
     | 
| 87 | 
         
            +
                            "Macmini9,1",
         
     | 
| 88 | 
         
            +
                            "iMac21,1",
         
     | 
| 89 | 
         
            +
                            "iMac21,2",
         
     | 
| 90 | 
         
            +
                            "Mac13",
         
     | 
| 91 | 
         
             
                            "iPad13,4",
         
     | 
| 92 | 
         
            +
                            "iPad13,5",
         
     | 
| 93 | 
         
            +
                            "iPad13,6",
         
     | 
| 94 | 
         
            +
                            "iPad13,7",
         
     | 
| 95 | 
         
            +
                            "iPad13,8",
         
     | 
| 96 | 
         
            +
                            "iPad13,9",
         
     | 
| 97 | 
         
            +
                            "iPad13,10",
         
     | 
| 98 | 
         
            +
                            "iPad13,11",
         
     | 
| 99 | 
         
            +
                            "iPad13,16",
         
     | 
| 100 | 
         
            +
                            "iPad13,17"
         
     | 
| 101 | 
         
             
                        ],
         
     | 
| 102 | 
         
             
                        "models": {
         
     | 
| 103 | 
         
             
                            "default": "openai_whisper-large-v3-v20240930_626MB",
         
     | 
| 
         | 
|
| 119 | 
         
             
                        }
         
     | 
| 120 | 
         
             
                    },
         
     | 
| 121 | 
         
             
                    {
         
     | 
| 122 | 
         
            +
                        "chips": "M2, M3, M4",
         
     | 
| 123 | 
         
             
                        "identifiers": [
         
     | 
| 124 | 
         
             
                            "Mac14",
         
     | 
| 125 | 
         
             
                            "Mac15",
         
     | 
| 
         | 
|
| 132 | 
         
             
                            "iPad14,9",
         
     | 
| 133 | 
         
             
                            "iPad14,10",
         
     | 
| 134 | 
         
             
                            "iPad14,11",
         
     | 
| 135 | 
         
            +
                            "iPad15",
         
     | 
| 136 | 
         
             
                            "iPad16"
         
     | 
| 137 | 
         
             
                        ],
         
     | 
| 138 | 
         
             
                        "models": {
         
     |