qaihm-bot commited on
Commit
27a7f5c
·
verified ·
1 Parent(s): 053e779

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -37,7 +37,7 @@ More details on model performance across various devices, can be found
37
 
38
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
39
  | ---|---|---|---|---|---|---|---|
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.427 ms | 0 - 2 MB | FP16 | NPU | [MobileNet-v3-Small.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Small/blob/main/MobileNet-v3-Small.tflite)
41
 
42
 
43
  ## Installation
@@ -97,9 +97,9 @@ python -m qai_hub_models.models.mobilenet_v3_small.export
97
  ```
98
  Profile Job summary of MobileNet-v3-Small
99
  --------------------------------------------------
100
- Device: Samsung Galaxy S23 Ultra (13)
101
- Estimated Inference Time: 0.43 ms
102
- Estimated Peak Memory Range: 0.01-1.64 MB
103
  Compute Units: NPU (122) | Total (122)
104
 
105
 
@@ -219,7 +219,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
219
  ## License
220
  - The license for the original implementation of MobileNet-v3-Small can be found
221
  [here](https://github.com/pytorch/vision/blob/main/LICENSE).
222
- - The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf).
223
 
224
  ## References
225
  * [Searching for MobileNetV3](https://arxiv.org/abs/1905.02244)
 
37
 
38
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
39
  | ---|---|---|---|---|---|---|---|
40
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.424 ms | 0 - 2 MB | FP16 | NPU | [MobileNet-v3-Small.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Small/blob/main/MobileNet-v3-Small.tflite)
41
 
42
 
43
  ## Installation
 
97
  ```
98
  Profile Job summary of MobileNet-v3-Small
99
  --------------------------------------------------
100
+ Device: Samsung Galaxy S24 (14)
101
+ Estimated Inference Time: 0.29 ms
102
+ Estimated Peak Memory Range: 0.01-38.21 MB
103
  Compute Units: NPU (122) | Total (122)
104
 
105
 
 
219
  ## License
220
  - The license for the original implementation of MobileNet-v3-Small can be found
221
  [here](https://github.com/pytorch/vision/blob/main/LICENSE).
222
+ - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
223
 
224
  ## References
225
  * [Searching for MobileNetV3](https://arxiv.org/abs/1905.02244)