Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -32,8 +32,8 @@ More details on model performance across various devices, can be found
|
|
32 |
|
33 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
34 |
| ---|---|---|---|---|---|---|---|
|
35 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 2.
|
36 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 2.
|
37 |
|
38 |
|
39 |
## Installation
|
@@ -90,23 +90,6 @@ device. This script does the following:
|
|
90 |
python -m qai_hub_models.models.quicksrnetlarge.export
|
91 |
```
|
92 |
|
93 |
-
```
|
94 |
-
Profile Job summary of QuickSRNetLarge
|
95 |
-
--------------------------------------------------
|
96 |
-
Device: Samsung Galaxy S24 (14)
|
97 |
-
Estimated Inference Time: 1.72 ms
|
98 |
-
Estimated Peak Memory Range: 0.02-26.78 MB
|
99 |
-
Compute Units: NPU (28),CPU (3) | Total (31)
|
100 |
-
|
101 |
-
Profile Job summary of QuickSRNetLarge
|
102 |
-
--------------------------------------------------
|
103 |
-
Device: Samsung Galaxy S24 (14)
|
104 |
-
Estimated Inference Time: 1.49 ms
|
105 |
-
Estimated Peak Memory Range: 0.20-17.20 MB
|
106 |
-
Compute Units: NPU (31) | Total (31)
|
107 |
-
|
108 |
-
|
109 |
-
```
|
110 |
## How does this work?
|
111 |
|
112 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/QuickSRNetLarge/export.py)
|
|
|
32 |
|
33 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
34 |
| ---|---|---|---|---|---|---|---|
|
35 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 2.492 ms | 0 - 8 MB | FP16 | NPU | [QuickSRNetLarge.tflite](https://huggingface.co/qualcomm/QuickSRNetLarge/blob/main/QuickSRNetLarge.tflite)
|
36 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 2.101 ms | 0 - 5 MB | FP16 | NPU | [QuickSRNetLarge.so](https://huggingface.co/qualcomm/QuickSRNetLarge/blob/main/QuickSRNetLarge.so)
|
37 |
|
38 |
|
39 |
## Installation
|
|
|
90 |
python -m qai_hub_models.models.quicksrnetlarge.export
|
91 |
```
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
## How does this work?
|
94 |
|
95 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/QuickSRNetLarge/export.py)
|