@@ -317,6 +317,10 @@ variations:
317317 reference,yolo_ :
318318 default_variations :
319319 backend : pytorch
320+
321+ reference,wan-2.2-t2v-a14b :
322+ default_variations :
323+ backend : pytorch
320324
321325 all-models,nvidia-original :
322326 docker :
@@ -1698,22 +1702,22 @@ variations:
16981702 MLC_ML_MODEL_FILE_WITH_PATH : " on"
16991703
17001704 yolo_ :
1701- deps :
1702- - tags : get-ml-model-yolov11,_mlc,_r2-downloader
1703- names :
1704- - yolo-v11-model-download
1705- skip_if_env :
1706- MLC_USE_ML_MODEL_FROM_HOST :
1707- - true
1708- - " yes"
1709- - tags : get,dataset,mlperf-inference,yolo-coco2017-filtered,_mlc,_r2-downloader
1710- names :
1711- - yolo-v11-dataset-download
1712- skip_if_env :
1713- MLC_USE_DATASET_FROM_HOST :
1714- - true
1715- - " yes"
17161705 docker :
1706+ deps :
1707+ - tags : get-ml-model-yolov11,_mlc,_r2-downloader
1708+ names :
1709+ - yolo-v11-model-download
1710+ enable_if_env :
1711+ MLC_USE_ML_MODEL_FROM_HOST :
1712+ - true
1713+ - " yes"
1714+ - tags : get,dataset,mlperf-inference,yolo-coco2017-filtered,_mlc,_r2-downloader
1715+ names :
1716+ - yolo-v11-dataset-download
1717+ enable_if_env :
1718+ MLC_USE_DATASET_FROM_HOST :
1719+ - true
1720+ - " yes"
17171721 mounts :
17181722 - " ${{ MLC_ML_MODEL_YOLOV11_PATH }}:${{ MLC_ML_MODEL_YOLOV11_PATH }}"
17191723 - " ${{ MLC_DATASET_YOLO_COCO2017_FILTERED_PATH }}:${{ MLC_DATASET_YOLO_COCO2017_FILTERED_PATH }}"
@@ -1752,6 +1756,46 @@ variations:
17521756 add_deps_recursive :
17531757 mlperf-inference-implementation :
17541758 tags : _yolo-99
1759+
1760+ wan-2.2-t2v-a14b :
1761+ group :
1762+ model
1763+ env :
1764+ MLC_MODEL :
1765+ wan-2.2-t2v-a14b
1766+ add_deps_recursive :
1767+ mlperf-inference-implementation :
1768+ tags : _wan-2.2-t2v-a14b
1769+ docker :
1770+ deps :
1771+ - tags : get-ml-model-wan2,_mlc,_r2-downloader,_wan2_2_t2v_a14b
1772+ names :
1773+ - wan2-model-download
1774+ enable_if_env :
1775+ MLC_USE_ML_MODEL_FROM_HOST :
1776+ - true
1777+ - " yes"
1778+ - tags : get-dataset-mlperf-inference-text-to-video,_mlc,_r2-downloader
1779+ names :
1780+ - wan2-dataset-download
1781+ enable_if_env :
1782+ MLC_USE_DATASET_FROM_HOST :
1783+ - true
1784+ - " yes"
1785+ mounts :
1786+ - " ${{ MLC_ML_MODEL_WAN2_PATH }}:${{ MLC_ML_MODEL_WAN2_PATH }}"
1787+ - " ${{ MLC_ML_DATASET_MLPERF_INFERENCE_TEXT_TO_VIDEO_DATASET_PATH }}:${{ MLC_ML_DATASET_MLPERF_INFERENCE_TEXT_TO_VIDEO_DATASET_PATH }}"
1788+ # posthook_deps:
1789+ # - enable_if_env:
1790+ # MLC_MLPERF_LOADGEN_MODE:
1791+ # - accuracy
1792+ # - all
1793+ # MLC_MLPERF_ACCURACY_RESULTS_DIR:
1794+ # - 'on'
1795+ # names:
1796+ # - mlperf-accuracy-script
1797+ # - wan-accuracy-script
1798+ # tags: run,accuracy,mlperf,_wan
17551799
17561800 mobilenet :
17571801 group :
@@ -1952,6 +1996,10 @@ variations:
19521996 mlperf-inference-implementation :
19531997 tags : _cpu
19541998
1999+ # cuda,reference,wan-2.2-t2v-a14b:
2000+ # docker:
2001+ # base_image: pytorch/pytorch:2.5.1-cuda12.1-cudnn9-devel
2002+
19552003 cuda,reference :
19562004 docker :
19572005 base_image : nvcr.io/nvidia/pytorch:24.08-py3
0 commit comments