Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -95,6 +95,23 @@ device. This script does the following:
|
|
95 |
python -m qai_hub_models.models.whisper_tiny_en.export
|
96 |
```
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
## How does this work?
|
99 |
|
100 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Whisper-Tiny-En/export.py)
|
|
|
95 |
python -m qai_hub_models.models.whisper_tiny_en.export
|
96 |
```
|
97 |
|
98 |
+
```
|
99 |
+
Profile Job summary of WhisperEncoder
|
100 |
+
--------------------------------------------------
|
101 |
+
Device: QCS8550 (Proxy) (12)
|
102 |
+
Estimated Inference Time: 67.31 ms
|
103 |
+
Estimated Peak Memory Range: 16.33-60.40 MB
|
104 |
+
Compute Units: GPU (209) | Total (209)
|
105 |
+
|
106 |
+
Profile Job summary of WhisperDecoder
|
107 |
+
--------------------------------------------------
|
108 |
+
Device: QCS8550 (Proxy) (12)
|
109 |
+
Estimated Inference Time: 7.15 ms
|
110 |
+
Estimated Peak Memory Range: 2.84-5.14 MB
|
111 |
+
Compute Units: NPU (303),CPU (2) | Total (305)
|
112 |
+
|
113 |
+
|
114 |
+
```
|
115 |
## How does this work?
|
116 |
|
117 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Whisper-Tiny-En/export.py)
|