shreyajn commited on
Commit
cf2c3bb
·
verified ·
1 Parent(s): 32fedc8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -39,7 +39,7 @@ More details on model performance across various devices, can be found
39
 
40
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
41
  | ---|---|---|---|---|---|---|---|
42
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 4.719 ms | 2 - 10 MB | INT8 | NPU | [FFNet-54S-Quantized.tflite](https://huggingface.co/qualcomm/FFNet-54S-Quantized/blob/main/FFNet-54S-Quantized.tflite)
43
 
44
 
45
 
@@ -102,6 +102,20 @@ python -m qai_hub_models.models.ffnet_54s_quantized.export
102
 
103
 
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
  ## Deploying compiled model to Android
107
 
 
39
 
40
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
41
  | ---|---|---|---|---|---|---|---|
42
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 4.739 ms | 1 - 6 MB | INT8 | NPU | [FFNet-54S-Quantized.tflite](https://huggingface.co/qualcomm/FFNet-54S-Quantized/blob/main/FFNet-54S-Quantized.tflite)
43
 
44
 
45
 
 
102
 
103
 
104
 
105
+ ## Run demo on a cloud-hosted device
106
+
107
+ You can also run the demo on-device.
108
+
109
+ ```bash
110
+ python -m qai_hub_models.models.ffnet_54s_quantized.demo --on-device
111
+ ```
112
+
113
+ **NOTE**: If you want running in a Jupyter Notebook or Google Colab like
114
+ environment, please add the following to your cell (instead of the above).
115
+ ```
116
+ %run -m qai_hub_models.models.ffnet_54s_quantized.demo -- --on-device
117
+ ```
118
+
119
 
120
  ## Deploying compiled model to Android
121