Skip to content

Commit

Permalink
removed sys deps from image-classification examples and added YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Sep 30, 2024
1 parent e3b43b8 commit 62c38ef
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 73 deletions.
73 changes: 0 additions & 73 deletions script/app-image-classification-tvm-onnx-py/_cm.json

This file was deleted.

48 changes: 48 additions & 0 deletions script/app-image-classification-tvm-onnx-py/_cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
alias: app-image-classification-tvm-onnx-py
uid: 63080407db4d4ac4

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: detect,cpu
- names:
- python
- python3
tags: get,python3
- tags: get,dataset,image-classification,original
- tags: get,dataset-aux,image-classification
- tags: get,raw,ml-model,image-classification,resnet50,_onnx
- tags: get,generic-python-lib,_onnxruntime
- names:
- tvm
tags: get,tvm

tags:
- app
- image-classification
- tvm-onnx
- python

tags_help: app image-classification python tvm-onnx

variations:
cuda:
add_deps_recursive:
tvm:
tags: _cuda
deps:
- tags: get,cuda
env:
USE_CUDA: 'yes'
llvm:
add_deps_recursive:
tvm:
tags: _llvm

0 comments on commit 62c38ef

Please sign in to comment.