Skip to content

Commit

Permalink
Enable verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Aug 10, 2023
1 parent 7c362a4 commit 16e07cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nv-torch19-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install pytorch
run: |
pip install -U --cache-dir $TORCH_CACHE torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html
pip install -vv -U --cache-dir $TORCH_CACHE torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html
python -c "import torch; print('torch:', torch.__version__, torch)"
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install deepspeed
run: |
pip list
pip install .[dev,1bit,autotuning] --no-build-isolation
pip install -vv .[dev,1bit,autotuning] --no-build-isolation
ds_report
- name: Python environment
Expand Down

0 comments on commit 16e07cf

Please sign in to comment.