Skip to content

Commit f7092a2

Browse files
update SD21/SAM/SAM21 for Ready (#428)
Co-authored-by: ziyuanguo <ziyuanguo@microsoft.com>
1 parent 7fa2f7f commit f7092a2

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.aitk/configs/model_list.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"QNN"
481481
],
482482
"architecture": "Transformer",
483-
"status": "Hide",
483+
"status": "Ready",
484484
"relativePath": "sam-vit-base/aitk",
485485
"version": 2,
486486
"pipeline_tags": [
@@ -496,7 +496,7 @@
496496
"QNN"
497497
],
498498
"architecture": "Transformer",
499-
"status": "Hide",
499+
"status": "Ready",
500500
"relativePath": "sam2.1-hiera-small/aitk",
501501
"version": 2,
502502
"pipeline_tags": [
@@ -847,7 +847,7 @@
847847
"IntelNPU"
848848
],
849849
"architecture": "Transformer",
850-
"status": "Hide",
850+
"status": "Ready",
851851
"relativePath": "sd2-community-stable-diffusion-2-1/aitk",
852852
"version": 2,
853853
"pipeline_tags": [

.aitk/docs/guide/ModelList.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
| [Clip Vit Base Patch32](https://huggingface.co/openai/clip-vit-base-patch32) | [Qualcomm NPU](../../../openai-clip-vit-base-patch32/aitk/openai_clip_qnn.json), [Qualcomm GPU](../../../openai-clip-vit-base-patch32/aitk/openai_clip_qnn_gpu.json), [AMD NPU](../../../openai-clip-vit-base-patch32/aitk/openai_clip_qdq_amd.json), [AMD GPU](../../../openai-clip-vit-base-patch32/aitk/openai_clip_migraphx.json), [NVIDIA TensorRT for RTX](../../../openai-clip-vit-base-patch32/aitk/openai_clip_trtrtx.json), [Intel CPU](../../../openai-clip-vit-base-patch32/aitk/openai_clip_ov.json), [Intel GPU](../../../openai-clip-vit-base-patch32/aitk/openai_clip_ov.json), [Intel NPU](../../../openai-clip-vit-base-patch32/aitk/openai_clip_ov.json), [DirectML](../../../openai-clip-vit-base-patch32/aitk/openai_clip_dml.json) |
4343
| [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) |
4444
| [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) |
45+
| [Sam Vit Base](https://huggingface.co/facebook/sam-vit-base) | [Qualcomm NPU](../../../sam-vit-base/aitk/sam_qnn_workflow.json) |
46+
| [Sam2.1 Hiera Small](https://huggingface.co/facebook/sam2.1-hiera-small) | [Qualcomm NPU](../../../sam2.1-hiera-small/aitk/sam2_qnn_workflow.json) |
47+
| [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) |
4548
| [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) |
4649
| [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) |
4750
| [Whisper Large V3 Turbo](https://huggingface.co/openai/whisper-large-v3-turbo) | [Qualcomm NPU](../../../openai-whisper-large-v3-turbo/aitk/qnn_workflow.json), [Intel CPU](../../../openai-whisper-large-v3-turbo/aitk/ov_workflow.json), [Intel GPU](../../../openai-whisper-large-v3-turbo/aitk/ov_workflow.json), [Intel NPU](../../../openai-whisper-large-v3-turbo/aitk/ov_npu_workflow.json) |

sam-vit-base/aitk/info.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ aitk:
99
modelInfo:
1010
id: "huggingface/facebook/sam-vit-base"
1111
version: 2
12-
status: Hide

sam2.1-hiera-small/aitk/info.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ aitk:
99
modelInfo:
1010
id: "huggingface/facebook/sam2.1-hiera-small"
1111
version: 2
12-
status: Hide

sd2-community-stable-diffusion-2-1/aitk/info.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ aitk:
1818
modelInfo:
1919
id: "huggingface/sd2-community/stable-diffusion-2-1"
2020
version: 2
21-
status: Hide

0 commit comments

Comments
 (0)