qaihm-bot commited on
Commit
0f8bc93
1 Parent(s): 5026e4a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -32,7 +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 | QNN Model Library | 65.726 ms | 0 - 103 MB | FP16 | NPU | [Real-ESRGAN-x4plus.so](https://huggingface.co/qualcomm/Real-ESRGAN-x4plus/blob/main/Real-ESRGAN-x4plus.so)
 
36
 
37
 
38
  ## Installation
@@ -93,10 +94,10 @@ python -m qai_hub_models.models.real_esrgan_x4plus.export
93
  ```
94
  Profile Job summary of Real-ESRGAN-x4plus
95
  --------------------------------------------------
96
- Device: QCS8550 (Proxy) (12)
97
- Estimated Inference Time: 67.72 ms
98
- Estimated Peak Memory Range: 0.16-102.81 MB
99
- Compute Units: NPU (1031) | Total (1031)
100
 
101
 
102
  ```
 
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 | 68.854 ms | 0 - 4 MB | FP16 | NPU | [Real-ESRGAN-x4plus.tflite](https://huggingface.co/qualcomm/Real-ESRGAN-x4plus/blob/main/Real-ESRGAN-x4plus.tflite)
36
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 68.24 ms | 0 - 103 MB | FP16 | NPU | [Real-ESRGAN-x4plus.so](https://huggingface.co/qualcomm/Real-ESRGAN-x4plus/blob/main/Real-ESRGAN-x4plus.so)
37
 
38
 
39
  ## Installation
 
94
  ```
95
  Profile Job summary of Real-ESRGAN-x4plus
96
  --------------------------------------------------
97
+ Device: Snapdragon X Elite CRD (11)
98
+ Estimated Inference Time: 73.96 ms
99
+ Estimated Peak Memory Range: 0.21-0.21 MB
100
+ Compute Units: NPU (1030) | Total (1030)
101
 
102
 
103
  ```