Skip to content

Commit

Permalink
Merge pull request #584 from GATEOverflow/mlperf-inference
Browse files Browse the repository at this point in the history
_cm.json -> _cm.yaml
  • Loading branch information
arjunsuresh authored Nov 22, 2024
2 parents 94e127d + b12f055 commit 9fd8d2d
Show file tree
Hide file tree
Showing 402 changed files with 14,467 additions and 21,505 deletions.
25 changes: 0 additions & 25 deletions script/activate-python-venv/_cm.json

This file was deleted.

18 changes: 18 additions & 0 deletions script/activate-python-venv/_cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
alias: activate-python-venv
automation_alias: script
automation_uid: 5b4e0237da074764
category: Python automation
developers: '[Grigori Fursin](https://cKnowledge.org/gfursin)'
name: Activate virtual Python environment
prehook_deps:
- names:
- python-venv
reuse_version: true
tags: install,python-venv
tags:
- activate
- python
- activate-python-venv
- python-venv
tags_help: activate python-venv
uid: fcbbb84946f34c55
46 changes: 0 additions & 46 deletions script/app-image-classification-tf-onnx-cpp/_cm.json

This file was deleted.

27 changes: 27 additions & 0 deletions script/app-image-classification-tf-onnx-cpp/_cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
alias: app-image-classification-tf-onnx-cpp
automation_alias: script
automation_uid: 5b4e0237da074764
category: Modular AI/ML application pipeline
default_env:
CM_BATCH_COUNT: '1'
CM_BATCH_SIZE: '1'
deps:
- tags: detect,os
- tags: get,sys-utils-cm
- tags: get,gcc
- tags: get,dataset,image-classification,original
- tags: get,dataset-aux,image-classification
- tags: get,ml-model,raw,image-classification,resnet50,_onnx,_opset-11
- tags: tensorflow,from-src
version: v2.0.0
tags:
- app
- image-classification
- tf
- tensorflow
- tf-onnx
- tensorflow-onnx
- onnx
- cpp
tags_help: app image-classification cpp tensorflow onnx
uid: 879ed32e47074033
86 changes: 0 additions & 86 deletions script/app-image-classification-torch-py/_cm.json

This file was deleted.

46 changes: 46 additions & 0 deletions script/app-image-classification-torch-py/_cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
alias: app-image-classification-torch-py
automation_alias: script
automation_uid: 5b4e0237da074764
category: Modular AI/ML application pipeline
default_env:
CM_BATCH_COUNT: '1'
CM_BATCH_SIZE: '1'
deps:
- tags: detect,os
- names:
- python
- python3
tags: get,python3
- tags: get,dataset,imagenet,image-classification,preprocessed
- tags: get,dataset-aux,imagenet-aux,image-classification
- tags: get,imagenet-helper
- tags: get,ml-model,image-classification,resnet50,_pytorch,_fp32
- skip_if_env:
USE_CUDA:
- 'yes'
tags: get,generic-python-lib,_torch
- enable_if_env:
USE_CUDA:
- 'yes'
tags: get,generic-python-lib,_torch_cuda
- skip_if_env:
USE_CUDA:
- 'yes'
tags: get,generic-python-lib,_torchvision
- enable_if_env:
USE_CUDA:
- 'yes'
tags: get,generic-python-lib,_torchvision_cuda
tags:
- app
- image-classification
- torch
- python
tags_help: app image-classification python torch
uid: e3986ae887b84ca8
variations:
cuda:
deps:
- tags: get,cuda
env:
USE_CUDA: 'yes'
Loading

0 comments on commit 9fd8d2d

Please sign in to comment.