qaihm-bot commited on
Commit
032e1fe
1 Parent(s): 7ee2c22

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -36,7 +36,7 @@ More details on model performance across various devices, can be found
36
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 7.127 ms | 1 - 2 MB | INT8 | NPU | [FFNet-54S-Quantized.tflite](https://huggingface.co/qualcomm/FFNet-54S-Quantized/blob/main/FFNet-54S-Quantized.tflite)
40
 
41
 
42
  ## Installation
@@ -44,10 +44,11 @@ More details on model performance across various devices, can be found
44
  This model can be installed as a Python package via pip.
45
 
46
  ```bash
47
- pip install qai-hub-models
48
  ```
49
 
50
 
 
51
  ## Configure Qualcomm® AI Hub to run this model on a cloud-hosted device
52
 
53
  Sign-in to [Qualcomm® AI Hub](https://app.aihub.qualcomm.com/) with your
@@ -97,8 +98,8 @@ python -m qai_hub_models.models.ffnet_54s_quantized.export
97
  Profile Job summary of FFNet-54S-Quantized
98
  --------------------------------------------------
99
  Device: Samsung Galaxy S24 (14)
100
- Estimated Inference Time: 5.14 ms
101
- Estimated Peak Memory Range: 0.02-68.36 MB
102
  Compute Units: NPU (118) | Total (118)
103
 
104
 
 
36
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 7.122 ms | 1 - 9 MB | INT8 | NPU | [FFNet-54S-Quantized.tflite](https://huggingface.co/qualcomm/FFNet-54S-Quantized/blob/main/FFNet-54S-Quantized.tflite)
40
 
41
 
42
  ## Installation
 
44
  This model can be installed as a Python package via pip.
45
 
46
  ```bash
47
+ pip install "qai-hub-models[ffnet_54s_quantized]"
48
  ```
49
 
50
 
51
+
52
  ## Configure Qualcomm® AI Hub to run this model on a cloud-hosted device
53
 
54
  Sign-in to [Qualcomm® AI Hub](https://app.aihub.qualcomm.com/) with your
 
98
  Profile Job summary of FFNet-54S-Quantized
99
  --------------------------------------------------
100
  Device: Samsung Galaxy S24 (14)
101
+ Estimated Inference Time: 5.15 ms
102
+ Estimated Peak Memory Range: 0.22-71.35 MB
103
  Compute Units: NPU (118) | Total (118)
104
 
105