Skip to content

Commit

Permalink
Support nvmitten install from src
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Apr 12, 2024
1 parent d23f1c7 commit e0e6faa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cm-mlops/script/app-mlperf-inference-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,19 @@ deps:
- run_harness

- tags: get,generic-python-lib,_package.nvmitten,_path./opt/nvmitten-0.1.3-cp38-cp38-linux_x86_64.whl
enable_if_env:
CM_RUN_STATE_DOCKER:
- 'yes'
- True
- 'True'

- tags: get,nvidia,mitten
skip_if_env:
CM_RUN_STATE_DOCKER:
- 'yes'
- True
- 'True'

prehook_deps:
########################################################################
# Install GPTJ-6B model
Expand Down

0 comments on commit e0e6faa

Please sign in to comment.