Skip to content

Commit

Permalink
run with py
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 5, 2024
1 parent cff8175 commit 195c823
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/model_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ jobs:
- name: update huggingface_hub cli
run: |
python3 -m pip install -U git+https://github.com/huggingface/huggingface_hub.git@dummy
- name: update datasets
run: |
python3 -m pip install -U git+https://github.com/huggingface/datasets.git@dummy
- name: NVIDIA-SMI
run: |
nvidia-smi
Expand Down

0 comments on commit 195c823

Please sign in to comment.