qaihm-bot commited on
Commit
d5afbc0
1 Parent(s): 5f331a4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -35,8 +35,8 @@ More details on model performance across various devices, can be found
35
 
36
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
37
  | ---|---|---|---|---|---|---|---|
38
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 22.812 ms | 2 - 5 MB | FP16 | NPU | [FFNet-40S.tflite](https://huggingface.co/qualcomm/FFNet-40S/blob/main/FFNet-40S.tflite)
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 17.334 ms | 24 - 43 MB | FP16 | NPU | [FFNet-40S.so](https://huggingface.co/qualcomm/FFNet-40S/blob/main/FFNet-40S.so)
40
 
41
 
42
  ## Installation
@@ -94,23 +94,6 @@ device. This script does the following:
94
  python -m qai_hub_models.models.ffnet_40s.export
95
  ```
96
 
97
- ```
98
- Profile Job summary of FFNet-40S
99
- --------------------------------------------------
100
- Device: Samsung Galaxy S24 (14)
101
- Estimated Inference Time: 16.60 ms
102
- Estimated Peak Memory Range: 0.02-101.51 MB
103
- Compute Units: NPU (92) | Total (92)
104
-
105
- Profile Job summary of FFNet-40S
106
- --------------------------------------------------
107
- Device: Samsung Galaxy S24 (14)
108
- Estimated Inference Time: 12.56 ms
109
- Estimated Peak Memory Range: 24.04-82.64 MB
110
- Compute Units: NPU (140) | Total (140)
111
-
112
-
113
- ```
114
  ## How does this work?
115
 
116
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/FFNet-40S/export.py)
 
35
 
36
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
37
  | ---|---|---|---|---|---|---|---|
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 23.048 ms | 0 - 29 MB | FP16 | NPU | [FFNet-40S.tflite](https://huggingface.co/qualcomm/FFNet-40S/blob/main/FFNet-40S.tflite)
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 17.363 ms | 24 - 42 MB | FP16 | NPU | [FFNet-40S.so](https://huggingface.co/qualcomm/FFNet-40S/blob/main/FFNet-40S.so)
40
 
41
 
42
  ## Installation
 
94
  python -m qai_hub_models.models.ffnet_40s.export
95
  ```
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  ## How does this work?
98
 
99
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/FFNet-40S/export.py)