qaihm-bot commited on
Commit
d46dcbd
1 Parent(s): 9920601

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -34,8 +34,8 @@ More details on model performance across various devices, can be found
34
 
35
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
36
  | ---|---|---|---|---|---|---|---|
37
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 25.516 ms | 3 - 5 MB | FP16 | NPU | [FFNet-54S.tflite](https://huggingface.co/qualcomm/FFNet-54S/blob/main/FFNet-54S.tflite)
38
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 20.433 ms | 24 - 48 MB | FP16 | NPU | [FFNet-54S.so](https://huggingface.co/qualcomm/FFNet-54S/blob/main/FFNet-54S.so)
39
 
40
 
41
  ## Installation
@@ -93,23 +93,6 @@ device. This script does the following:
93
  python -m qai_hub_models.models.ffnet_54s.export
94
  ```
95
 
96
- ```
97
- Profile Job summary of FFNet-54S
98
- --------------------------------------------------
99
- Device: Samsung Galaxy S24 (14)
100
- Estimated Inference Time: 18.56 ms
101
- Estimated Peak Memory Range: 2.14-116.64 MB
102
- Compute Units: NPU (113) | Total (113)
103
-
104
- Profile Job summary of FFNet-54S
105
- --------------------------------------------------
106
- Device: Samsung Galaxy S24 (14)
107
- Estimated Inference Time: 14.52 ms
108
- Estimated Peak Memory Range: 220.72-287.16 MB
109
- Compute Units: NPU (175) | Total (175)
110
-
111
-
112
- ```
113
  ## How does this work?
114
 
115
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/FFNet-54S/export.py)
 
34
 
35
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
36
  | ---|---|---|---|---|---|---|---|
37
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 25.024 ms | 2 - 5 MB | FP16 | NPU | [FFNet-54S.tflite](https://huggingface.co/qualcomm/FFNet-54S/blob/main/FFNet-54S.tflite)
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 19.758 ms | 24 - 46 MB | FP16 | NPU | [FFNet-54S.so](https://huggingface.co/qualcomm/FFNet-54S/blob/main/FFNet-54S.so)
39
 
40
 
41
  ## Installation
 
93
  python -m qai_hub_models.models.ffnet_54s.export
94
  ```
95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  ## How does this work?
97
 
98
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/FFNet-54S/export.py)