Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -37,7 +37,8 @@ More details on model performance across various devices, can be found
|
|
37 |
|
38 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
39 |
| ---|---|---|---|---|---|---|---|
|
40 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.
|
|
|
41 |
|
42 |
|
43 |
## Installation
|
@@ -97,10 +98,10 @@ python -m qai_hub_models.models.mobilenet_v3_large.export
|
|
97 |
```
|
98 |
Profile Job summary of MobileNet-v3-Large
|
99 |
--------------------------------------------------
|
100 |
-
Device:
|
101 |
-
Estimated Inference Time: 1.
|
102 |
-
Estimated Peak Memory Range: 0.
|
103 |
-
Compute Units: NPU (
|
104 |
|
105 |
|
106 |
```
|
|
|
37 |
|
38 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
39 |
| ---|---|---|---|---|---|---|---|
|
40 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.002 ms | 0 - 2 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite)
|
41 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.037 ms | 0 - 66 MB | FP16 | NPU | [MobileNet-v3-Large.so](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.so)
|
42 |
|
43 |
|
44 |
## Installation
|
|
|
98 |
```
|
99 |
Profile Job summary of MobileNet-v3-Large
|
100 |
--------------------------------------------------
|
101 |
+
Device: Snapdragon X Elite CRD (11)
|
102 |
+
Estimated Inference Time: 1.21 ms
|
103 |
+
Estimated Peak Memory Range: 0.57-0.57 MB
|
104 |
+
Compute Units: NPU (144) | Total (144)
|
105 |
|
106 |
|
107 |
```
|