qaihm-bot commited on
Commit
e6c01f5
·
verified ·
1 Parent(s): 7f13b67

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -35,7 +35,7 @@ More details on model performance across various devices, can be found
35
 
36
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
37
  | ---|---|---|---|---|---|---|---|
38
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 920.916 ms | 141 - 148 MB | FP32 | CPU | [HuggingFace-WavLM-Base-Plus.tflite](https://huggingface.co/qualcomm/HuggingFace-WavLM-Base-Plus/blob/main/HuggingFace-WavLM-Base-Plus.tflite)
39
 
40
 
41
 
@@ -97,9 +97,9 @@ python -m qai_hub_models.models.huggingface_wavlm_base_plus.export
97
  ```
98
  Profile Job summary of HuggingFace-WavLM-Base-Plus
99
  --------------------------------------------------
100
- Device: QCS8550 (Proxy) (12)
101
- Estimated Inference Time: 932.00 ms
102
- Estimated Peak Memory Range: 142.46-146.71 MB
103
  Compute Units: CPU (811) | Total (811)
104
 
105
 
@@ -125,7 +125,6 @@ from qai_hub_models.models.huggingface_wavlm_base_plus import Model
125
 
126
  # Load the model
127
  torch_model = Model.from_pretrained()
128
- torch_model.eval()
129
 
130
  # Device
131
  device = hub.Device("Samsung Galaxy S23")
 
35
 
36
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
37
  | ---|---|---|---|---|---|---|---|
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 982.866 ms | 142 - 145 MB | FP32 | CPU | [HuggingFace-WavLM-Base-Plus.tflite](https://huggingface.co/qualcomm/HuggingFace-WavLM-Base-Plus/blob/main/HuggingFace-WavLM-Base-Plus.tflite)
39
 
40
 
41
 
 
97
  ```
98
  Profile Job summary of HuggingFace-WavLM-Base-Plus
99
  --------------------------------------------------
100
+ Device: SA8775 (Proxy) (13)
101
+ Estimated Inference Time: 915.09 ms
102
+ Estimated Peak Memory Range: 141.95-154.50 MB
103
  Compute Units: CPU (811) | Total (811)
104
 
105
 
 
125
 
126
  # Load the model
127
  torch_model = Model.from_pretrained()
 
128
 
129
  # Device
130
  device = hub.Device("Samsung Galaxy S23")