qaihm-bot commited on
Commit
ceb949b
·
verified ·
1 Parent(s): 2b5d838

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -36,8 +36,10 @@ More details on model performance across various devices, can be found
36
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 154.415 ms | 35 - 133 MB | FP16 | GPU | [WhisperEncoder.tflite](https://huggingface.co/qualcomm/Whisper-Base-En/blob/main/WhisperEncoder.tflite)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 13.793 ms | 6 - 8 MB | FP16 | NPU | [WhisperDecoder.tflite](https://huggingface.co/qualcomm/Whisper-Base-En/blob/main/WhisperDecoder.tflite)
 
 
41
 
42
 
43
  ## Installation
@@ -98,17 +100,17 @@ python -m qai_hub_models.models.whisper_base_en.export
98
  ```
99
  Profile Job summary of WhisperEncoder
100
  --------------------------------------------------
101
- Device: QCS8550 (Proxy) (12)
102
- Estimated Inference Time: 157.80 ms
103
- Estimated Peak Memory Range: 24.20-118.90 MB
104
- Compute Units: GPU (303) | Total (303)
105
 
106
  Profile Job summary of WhisperDecoder
107
  --------------------------------------------------
108
- Device: QCS8550 (Proxy) (12)
109
- Estimated Inference Time: 13.93 ms
110
- Estimated Peak Memory Range: 5.49-8.05 MB
111
- Compute Units: NPU (447),CPU (2) | Total (449)
112
 
113
 
114
  ```
 
36
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 159.429 ms | 24 - 125 MB | FP16 | GPU | [WhisperEncoder.tflite](https://huggingface.co/qualcomm/Whisper-Base-En/blob/main/WhisperEncoder.tflite)
40
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 23.342 ms | 6 - 8 MB | FP16 | NPU | [WhisperDecoder.tflite](https://huggingface.co/qualcomm/Whisper-Base-En/blob/main/WhisperDecoder.tflite)
41
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 622.656 ms | 0 - 83 MB | FP16 | NPU | [WhisperEncoder.so](https://huggingface.co/qualcomm/Whisper-Base-En/blob/main/WhisperEncoder.so)
42
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 23.335 ms | 39 - 55 MB | FP16 | NPU | [WhisperDecoder.so](https://huggingface.co/qualcomm/Whisper-Base-En/blob/main/WhisperDecoder.so)
43
 
44
 
45
  ## Installation
 
100
  ```
101
  Profile Job summary of WhisperEncoder
102
  --------------------------------------------------
103
+ Device: Snapdragon X Elite CRD (11)
104
+ Estimated Inference Time: 459.78 ms
105
+ Estimated Peak Memory Range: 0.92-0.92 MB
106
+ Compute Units: NPU (579) | Total (579)
107
 
108
  Profile Job summary of WhisperDecoder
109
  --------------------------------------------------
110
+ Device: Snapdragon X Elite CRD (11)
111
+ Estimated Inference Time: 13.48 ms
112
+ Estimated Peak Memory Range: 40.50-40.50 MB
113
+ Compute Units: NPU (821) | Total (821)
114
 
115
 
116
  ```