Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

many pending clean ups and improvements based on user feedback #1078

Merged
merged 28 commits into from
Jan 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e9a78ad
fixed onnxruntime_gpu installation script
gfursin Jan 29, 2024
bd2c0bb
fixed get-conda on Windows
gfursin Jan 29, 2024
450f747
Corrected the compliance tests for stable-diffusion,llama2
arjunsuresh Jan 29, 2024
567d308
Merge branch 'mlcommons:master' into master
arjunsuresh Jan 29, 2024
e4b3903
Changing LLVM prebuilt default version from 14.0.0 to 15.0.6
gfursin Jan 29, 2024
3ffed61
Merge branch 'master' of https://github.com/ctuning/mlcommons-ck
gfursin Jan 29, 2024
7f00f35
fixed and tested LLVM prebuild installation including the latest vers…
gfursin Jan 29, 2024
9aa17b6
added LLVM 17.0.6 example
gfursin Jan 29, 2024
b5b3d8a
clean up
gfursin Jan 29, 2024
4517f73
removing debug print when detecting version of python libs
gfursin Jan 29, 2024
bba7766
fixed openimages and MLPerf retinanet example on Windows
gfursin Jan 29, 2024
0dd8f6a
add some min debug info to show users what is being called
gfursin Jan 29, 2024
e868a4a
Refactoring intel-gptj inference code
arjunsuresh Jan 29, 2024
0ae10c5
cleaned up --debug / --shell / --dirty
gfursin Jan 29, 2024
a1c8b62
Merge branch 'master' of https://github.com/ctuning/mlcommons-ck
gfursin Jan 29, 2024
d4c9880
debug clean up on Linux
gfursin Jan 29, 2024
9c0bb3b
clean up --debug on Linux
gfursin Jan 29, 2024
12a6a99
added --debug example
gfursin Jan 29, 2024
53a1da5
added Python API and "run via docker" in CM GUI based on https://gith…
gfursin Jan 29, 2024
726ae14
added group variation target to CPU/CUDA in our demo
gfursin Jan 29, 2024
8e777d2
Refactor intel-gptj code, (WIP), added force_new_env_keys option
arjunsuresh Jan 29, 2024
5dae370
fixed CM script to run MLPerf inference vision benchmark on Windows w…
gfursin Jan 29, 2024
148d8c6
Merge branch 'master' of https://github.com/ctuning/mlcommons-ck
gfursin Jan 29, 2024
5f06c70
added env CM_TMP_FAKE_RUN=yes if --fake_run and CM_TMP_FAKE_DEPS=yes …
gfursin Jan 29, 2024
bf541d9
added "skip_if_fake_run"
gfursin Jan 29, 2024
4d8a3fa
fix
gfursin Jan 29, 2024
74d5468
added support to mount current directory when running docker to downl…
gfursin Jan 29, 2024
bc50c9e
fixing typo
gfursin Jan 29, 2024
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
Prev Previous commit
Next Next commit
added group variation target to CPU/CUDA in our demo
  • Loading branch information
gfursin committed Jan 29, 2024
commit 726ae14ebe53f46785ce02d060875c5409a04aef
6 changes: 6 additions & 0 deletions cm-mlops/script/app-image-classification-onnx-py/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,15 @@ deps:

variations:
cuda:
group: target
env:
USE_CUDA: yes

cpu:
group: target
default: yes
env:
USE_CUDA: yes

input_mapping:
input: CM_IMAGE
Expand Down