qaihm-bot commited on
Commit
409af39
·
verified ·
1 Parent(s): 0bc77a8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -38,8 +38,8 @@ More details on model performance across various devices, can be found
38
 
39
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
40
  | ---|---|---|---|---|---|---|---|
41
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 29.054 ms | 0 - 8 MB | FP16 | NPU | [Swin-Small.tflite](https://huggingface.co/qualcomm/Swin-Small/blob/main/Swin-Small.tflite)
42
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 23.697 ms | 0 - 39 MB | FP16 | NPU | [Swin-Small.so](https://huggingface.co/qualcomm/Swin-Small/blob/main/Swin-Small.so)
43
 
44
 
45
 
@@ -101,7 +101,7 @@ python -m qai_hub_models.models.swin_small.export
101
  Profile Job summary of Swin-Small
102
  --------------------------------------------------
103
  Device: Snapdragon X Elite CRD (11)
104
- Estimated Inference Time: 23.78 ms
105
  Estimated Peak Memory Range: 0.57-0.57 MB
106
  Compute Units: NPU (1246) | Total (1246)
107
 
@@ -128,7 +128,6 @@ from qai_hub_models.models.swin_small import Model
128
 
129
  # Load the model
130
  torch_model = Model.from_pretrained()
131
- torch_model.eval()
132
 
133
  # Device
134
  device = hub.Device("Samsung Galaxy S23")
 
38
 
39
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
40
  | ---|---|---|---|---|---|---|---|
41
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 28.88 ms | 0 - 3 MB | FP16 | NPU | [Swin-Small.tflite](https://huggingface.co/qualcomm/Swin-Small/blob/main/Swin-Small.tflite)
42
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 23.486 ms | 0 - 41 MB | FP16 | NPU | [Swin-Small.so](https://huggingface.co/qualcomm/Swin-Small/blob/main/Swin-Small.so)
43
 
44
 
45
 
 
101
  Profile Job summary of Swin-Small
102
  --------------------------------------------------
103
  Device: Snapdragon X Elite CRD (11)
104
+ Estimated Inference Time: 22.36 ms
105
  Estimated Peak Memory Range: 0.57-0.57 MB
106
  Compute Units: NPU (1246) | Total (1246)
107
 
 
128
 
129
  # Load the model
130
  torch_model = Model.from_pretrained()
 
131
 
132
  # Device
133
  device = hub.Device("Samsung Galaxy S23")