Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .aitk/configs/checks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"configCheck": 171,
"configCheck": 172,
"copyCheck": 182,
"executeRuntimeCheck": 104,
"extensionCheck": 2,
Expand All @@ -8,11 +8,11 @@
"ipynbCheck": 48,
"licenseCheck": 41,
"modelProjectCheck": 46,
"oliveCheck": 80,
"oliveJsonCheck": 171,
"pathCheck": 1455,
"oliveCheck": 82,
"oliveJsonCheck": 172,
"pathCheck": 1458,
"requirementsCheck": 44,
"templateCheck": 3,
"venvRequirementsCheck": 22,
"venvRequirementsCheck": 23,
"winmlCopyCheck": 38
}
5 changes: 4 additions & 1 deletion .aitk/configs/model_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,10 @@
"modelLink": "https://huggingface.co/facebook/sam2.1-hiera-small",
"id": "huggingface/facebook/sam2.1-hiera-small",
"runtimes": [
"QNN"
"QNN",
"IntelCPU",
"IntelGPU",
"IntelNPU"
],
"architecture": "Transformer",
"status": "Ready",
Expand Down
2 changes: 1 addition & 1 deletion .aitk/docs/guide/ModelList.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
| [Clip Vit Large Patch14](https://huggingface.co/openai/clip-vit-large-patch14) | [Qualcomm NPU](../../../openai-clip-vit-large-patch14/aitk/openai_clip_qnn.json), [AMD NPU](../../../openai-clip-vit-large-patch14/aitk/openai_clip_qdq_amd.json), [AMD GPU](../../../openai-clip-vit-large-patch14/aitk/openai_clip_migraphx.json), [NVIDIA TensorRT for RTX](../../../openai-clip-vit-large-patch14/aitk/openai_clip_trtrtx.json), [Intel CPU](../../../openai-clip-vit-large-patch14/aitk/openai_clip_ov.json), [Intel GPU](../../../openai-clip-vit-large-patch14/aitk/openai_clip_ov.json), [Intel NPU](../../../openai-clip-vit-large-patch14/aitk/openai_clip_ov.json), [DirectML](../../../openai-clip-vit-large-patch14/aitk/openai_clip_dml.json) |
| [Resnet 50](https://huggingface.co/microsoft/resnet-50) | [Qualcomm NPU](../../../microsoft-resnet-50/aitk/resnet_qdq_qnn.json), [Qualcomm GPU](../../../microsoft-resnet-50/aitk/resnet_qnn_gpu.json), [AMD NPU](../../../microsoft-resnet-50/aitk/resnet_qdq_amd.json), [AMD GPU](../../../microsoft-resnet-50/aitk/resnet_migraphx.json), [NVIDIA TensorRT for RTX](../../../microsoft-resnet-50/aitk/resnet_trtrtx.json), [Intel CPU](../../../microsoft-resnet-50/aitk/resnet_context_ov_static.json), [Intel GPU](../../../microsoft-resnet-50/aitk/resnet_context_ov_static.json), [Intel NPU](../../../microsoft-resnet-50/aitk/resnet_context_ov_static.json), [DirectML](../../../microsoft-resnet-50/aitk/resnet_dml.json) |
| [Sam Vit Base](https://huggingface.co/facebook/sam-vit-base) | [Qualcomm NPU](../../../sam-vit-base/aitk/sam_qnn_workflow.json) |
| [Sam2.1 Hiera Small](https://huggingface.co/facebook/sam2.1-hiera-small) | [Qualcomm NPU](../../../sam2.1-hiera-small/aitk/sam2_qnn_workflow.json) |
| [Sam2.1 Hiera Small](https://huggingface.co/facebook/sam2.1-hiera-small) | [Qualcomm NPU](../../../sam2.1-hiera-small/aitk/sam2_qnn_workflow.json), [Intel CPU](../../../sam2.1-hiera-small/aitk/sam2_ov_workflow.json), [Intel GPU](../../../sam2.1-hiera-small/aitk/sam2_ov_workflow.json), [Intel NPU](../../../sam2.1-hiera-small/aitk/sam2_ov_workflow.json) |
| [Stable Diffusion 2 1](https://huggingface.co/sd2-community/stable-diffusion-2-1) | [Qualcomm NPU](../../../sd2-community-stable-diffusion-2-1/aitk/sd_qnn_workflow.json), [Intel CPU](../../../sd2-community-stable-diffusion-2-1/aitk/sd_ov_workflow.json), [Intel GPU](../../../sd2-community-stable-diffusion-2-1/aitk/sd_ov_workflow.json), [Intel NPU](../../../sd2-community-stable-diffusion-2-1/aitk/sd_ov_npu_workflow.json) |
| [Stable Diffusion V1 5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5) | [Qualcomm NPU](../../../sd-legacy-stable-diffusion-v1-5/aitk/sd_qnn_workflow.json), [Intel CPU](../../../sd-legacy-stable-diffusion-v1-5/aitk/sd_ov_workflow.json), [Intel GPU](../../../sd-legacy-stable-diffusion-v1-5/aitk/sd_ov_workflow.json), [Intel NPU](../../../sd-legacy-stable-diffusion-v1-5/aitk/sd_ov_npu_workflow.json) |
| [Vit Base Patch16 224](https://huggingface.co/google/vit-base-patch16-224) | [Qualcomm NPU](../../../google-vit-base-patch16-224/aitk/vit-base-patch16-224_qdq_qnn.json), [Qualcomm GPU](../../../google-vit-base-patch16-224/aitk/vit-base-patch16-224_qnn_gpu.json), [AMD NPU](../../../google-vit-base-patch16-224/aitk/vit-base-patch16-224_qdq_amd.json), [AMD GPU](../../../google-vit-base-patch16-224/aitk/vit-base-patch16-224_migraphx.json), [NVIDIA TensorRT for RTX](../../../google-vit-base-patch16-224/aitk/vit-base-patch16-224_trtrtx.json), [Intel CPU](../../../google-vit-base-patch16-224/aitk/vit_base_patch16_224_context_ov_static.json), [Intel GPU](../../../google-vit-base-patch16-224/aitk/vit_base_patch16_224_context_ov_static.json), [Intel NPU](../../../google-vit-base-patch16-224/aitk/vit_base_patch16_224_context_ov_static.json), [DirectML](../../../google-vit-base-patch16-224/aitk/vit-base-patch16-224_dml.json) |
Expand Down
2 changes: 2 additions & 0 deletions .aitk/requirements/requirements-IntelNPU-SAM.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
onnxsim==0.6.2
sam2==1.1.0
Loading