qaihm-bot commited on
Commit
ab01d58
·
verified ·
1 Parent(s): 5297808

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -38,10 +38,10 @@ 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 | 11.739 ms | 0 - 8 MB | FP16 | NPU | [CLIPTextEncoder.tflite](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPTextEncoder.tflite)
42
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 65.346 ms | 0 - 9 MB | FP16 | NPU | [CLIPImageEncoder.tflite](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPImageEncoder.tflite)
43
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 7.795 ms | 0 - 16 MB | FP16 | NPU | [CLIPTextEncoder.so](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPTextEncoder.so)
44
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 50.085 ms | 0 - 61 MB | FP16 | NPU | [CLIPImageEncoder.so](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPImageEncoder.so)
45
 
46
 
47
 
@@ -104,14 +104,14 @@ python -m qai_hub_models.models.openai_clip.export
104
  Profile Job summary of CLIPTextEncoder
105
  --------------------------------------------------
106
  Device: Snapdragon X Elite CRD (11)
107
- Estimated Inference Time: 8.29 ms
108
- Estimated Peak Memory Range: 0.16-0.16 MB
109
  Compute Units: NPU (377) | Total (377)
110
 
111
  Profile Job summary of CLIPImageEncoder
112
  --------------------------------------------------
113
  Device: Snapdragon X Elite CRD (11)
114
- Estimated Inference Time: 36.01 ms
115
  Estimated Peak Memory Range: 0.57-0.57 MB
116
  Compute Units: NPU (369) | Total (369)
117
 
 
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 | 5.809 ms | 0 - 2 MB | FP16 | NPU | [CLIPTextEncoder.tflite](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPTextEncoder.tflite)
42
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 39.036 ms | 0 - 3 MB | FP16 | NPU | [CLIPImageEncoder.tflite](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPImageEncoder.tflite)
43
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 6.029 ms | 0 - 22 MB | FP16 | NPU | [CLIPTextEncoder.so](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPTextEncoder.so)
44
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 39.047 ms | 0 - 54 MB | FP16 | NPU | [CLIPImageEncoder.so](https://huggingface.co/qualcomm/OpenAI-Clip/blob/main/CLIPImageEncoder.so)
45
 
46
 
47
 
 
104
  Profile Job summary of CLIPTextEncoder
105
  --------------------------------------------------
106
  Device: Snapdragon X Elite CRD (11)
107
+ Estimated Inference Time: 6.16 ms
108
+ Estimated Peak Memory Range: 0.15-0.15 MB
109
  Compute Units: NPU (377) | Total (377)
110
 
111
  Profile Job summary of CLIPImageEncoder
112
  --------------------------------------------------
113
  Device: Snapdragon X Elite CRD (11)
114
+ Estimated Inference Time: 31.39 ms
115
  Estimated Peak Memory Range: 0.57-0.57 MB
116
  Compute Units: NPU (369) | Total (369)
117