qaihm-bot commited on
Commit
f3d2b37
1 Parent(s): 6895b42

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -36,8 +36,10 @@ 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 | 15.395 ms | 0 - 3 MB | FP16 | NPU | [CLIPTextEncoder.tflite](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPTextEncoder.tflite)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 126.657 ms | 0 - 3 MB | FP16 | NPU | [CLIPImageEncoder.tflite](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPImageEncoder.tflite)
 
 
41
 
42
 
43
  ## Installation
@@ -98,17 +100,17 @@ python -m qai_hub_models.models.openai_clip.export
98
  ```
99
  Profile Job summary of CLIPTextEncoder
100
  --------------------------------------------------
101
- Device: QCS8550 (Proxy) (12)
102
- Estimated Inference Time: 15.37 ms
103
- Estimated Peak Memory Range: 0.05-3.20 MB
104
- Compute Units: NPU (574),CPU (2) | Total (576)
105
 
106
  Profile Job summary of CLIPImageEncoder
107
  --------------------------------------------------
108
- Device: QCS8550 (Proxy) (12)
109
- Estimated Inference Time: 127.01 ms
110
- Estimated Peak Memory Range: 0.18-4.30 MB
111
- Compute Units: NPU (576) | Total (576)
112
 
113
 
114
  ```
 
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 | 13.312 ms | 0 - 3 MB | FP16 | NPU | [CLIPTextEncoder.tflite](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPTextEncoder.tflite)
40
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 126.619 ms | 0 - 4 MB | FP16 | NPU | [CLIPImageEncoder.tflite](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPImageEncoder.tflite)
41
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 7.826 ms | 0 - 24 MB | FP16 | NPU | [CLIPTextEncoder.so](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPTextEncoder.so)
42
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 50.334 ms | 0 - 65 MB | FP16 | NPU | [CLIPImageEncoder.so](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPImageEncoder.so)
43
 
44
 
45
  ## Installation
 
100
  ```
101
  Profile Job summary of CLIPTextEncoder
102
  --------------------------------------------------
103
+ Device: Snapdragon X Elite CRD (11)
104
+ Estimated Inference Time: 8.46 ms
105
+ Estimated Peak Memory Range: 0.22-0.22 MB
106
+ Compute Units: NPU (377) | Total (377)
107
 
108
  Profile Job summary of CLIPImageEncoder
109
  --------------------------------------------------
110
+ Device: Snapdragon X Elite CRD (11)
111
+ Estimated Inference Time: 48.90 ms
112
+ Estimated Peak Memory Range: 0.57-0.57 MB
113
+ Compute Units: NPU (369) | Total (369)
114
 
115
 
116
  ```