Skip to content

Commit

Permalink
Use pip install for nvidia-apex by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Feb 16, 2024
1 parent ea77418 commit 80dd969
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cm-mlops/script/get-generic-python-lib/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@
]
},
"nvidia-apex": {
"env": {
"CM_GENERIC_PYTHON_PACKAGE_NAME": "apex",
"CM_GENERIC_PYTHON_PACKAGE_VARIANT": "nvidia-apex",
"CM_GENERIC_PYTHON_PIP_URL": "git+https://github.com/nvidia/apex@0da3ffb92ee6fbe5336602f0e3989db1cd16f880"
},
"new_env_keys": [
"CM_NVIDIA_APEX_VERSION"
]
},
"nvidia-apex-from-src": {
"env": {
"CM_GENERIC_PYTHON_PACKAGE_NAME": "apex",
"CM_GENERIC_PYTHON_PACKAGE_VARIANT": "nvidia-apex"
Expand Down

0 comments on commit 80dd969

Please sign in to comment.