Skip to content

Commit

Permalink
Add more pip list
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Adams <[email protected]>
  • Loading branch information
loadams committed Feb 7, 2025
1 parent b3fa0f5 commit 6fd2121
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nv-sd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ jobs:
nvidia-smi
python -c "import torch; print('torch:', torch.__version__, torch)"
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
pip list
pip install -U numpy==1.26.3
pip list
- name: Install transformers
run: |
git clone https://github.com/huggingface/transformers
cd transformers
git rev-parse --short HEAD
python -m pip install .
pip list
- name: Install deepspeed
run: |
pip install image-similarity-measures
Expand Down

0 comments on commit 6fd2121

Please sign in to comment.