qaihm-bot commited on
Commit
7cb95ab
·
verified ·
1 Parent(s): 2a54834

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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 | 30.809 ms | 0 - 72 MB | FP16 | NPU | [Swin-Tiny.tflite](https://huggingface.co/qualcomm/Swin-Tiny/blob/main/Swin-Tiny.tflite)
40
 
41
 
42
  ## Installation
@@ -96,10 +96,10 @@ python -m qai_hub_models.models.swin_tiny.export
96
  ```
97
  Profile Job summary of Swin-Tiny
98
  --------------------------------------------------
99
- Device: Samsung Galaxy S23 Ultra (13)
100
- Estimated Inference Time: 30.81 ms
101
- Estimated Peak Memory Range: 0.00-72.42 MB
102
- Compute Units: NPU (1059) | Total (1059)
103
 
104
 
105
  ```
@@ -218,7 +218,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
218
  ## License
219
  - The license for the original implementation of Swin-Tiny can be found
220
  [here](https://github.com/pytorch/vision/blob/main/LICENSE).
221
- - 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).
222
 
223
  ## References
224
  * [Swin Transformer: Hierarchical Vision Transformer using Shifted Windows](https://arxiv.org/abs/2103.14030)
 
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 | 31.313 ms | 0 - 3 MB | FP16 | NPU | [Swin-Tiny.tflite](https://huggingface.co/qualcomm/Swin-Tiny/blob/main/Swin-Tiny.tflite)
40
 
41
 
42
  ## Installation
 
96
  ```
97
  Profile Job summary of Swin-Tiny
98
  --------------------------------------------------
99
+ Device: Samsung Galaxy S24 (14)
100
+ Estimated Inference Time: 20.72 ms
101
+ Estimated Peak Memory Range: 0.05-261.80 MB
102
+ Compute Units: NPU (859) | Total (859)
103
 
104
 
105
  ```
 
218
  ## License
219
  - The license for the original implementation of Swin-Tiny can be found
220
  [here](https://github.com/pytorch/vision/blob/main/LICENSE).
221
+ - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
222
 
223
  ## References
224
  * [Swin Transformer: Hierarchical Vision Transformer using Shifted Windows](https://arxiv.org/abs/2103.14030)