Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
  • Loading branch information
sarahyurick committed Oct 3, 2024
1 parent cf8bfea commit 11230f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gpuci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
run: |
whoami
docker exec nemo-curator-container nvidia-smi
docker exec nemo-curator-container pytest --markers
docker exec nemo-curator-container pwd
docker exec nemo-curator-container ls -la
docker exec nemo-curator-container find / -name "libnvrtc*"
- name: Verify installations
run: |
Expand Down
2 changes: 1 addition & 1 deletion nemo_curator/utils/import_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def gpu_only_import(module, *, alt=None):

return safe_import(
module,
msg=f"{module} is not enabled in non GPU-enabled installations or environemnts. {GPU_INSTALL_STRING}",
msg=f"{module} is not enabled in non GPU-enabled installations or environments. {GPU_INSTALL_STRING}",
alt=alt,
)

Expand Down

0 comments on commit 11230f4

Please sign in to comment.