Skip to content

Commit

Permalink
run beit
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 6, 2024
1 parent 20d8732 commit a891732
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/model_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
run: |
python3 -m pip install -U git+https://github.com/huggingface/huggingface_hub.git@main
- name: update datasets
run: |
python3 -m pip install -U git+https://github.com/huggingface/datasets.git@main
# - name: update datasets
# run: |
# python3 -m pip install -U git+https://github.com/huggingface/datasets.git@main

- name: NVIDIA-SMI
run: |
Expand Down Expand Up @@ -123,9 +123,13 @@ jobs:
# working-directory: /transformers
# run: rm -rf /mnt/cache/datasets/downloads/0f3877f8b8ff8f882b5032f93535a4d21bd7475946970fbf306f79c2769f3d0d.incomplete

# - name: Run python script
# working-directory: /transformers
# run: python3 my_script.py

- name: Run python script
working-directory: /transformers
run: python3 my_script.py
run: python3 -m pytest -rsfE -v --make-reports=aws-g4dn-2xlarge-cache-test_run_models_gpu_models/beit_test_reports tests/models/beit

# - name: Create dir
# working-directory: /transformers
Expand Down

0 comments on commit a891732

Please sign in to comment.