From a89173298436ab9dcce181d31c0c49fdadbb1a16 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Fri, 6 Sep 2024 09:50:45 +0200 Subject: [PATCH] run beit --- .github/workflows/model_jobs.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/model_jobs.yml b/.github/workflows/model_jobs.yml index bc0662b966b585..b18bafba1ca933 100644 --- a/.github/workflows/model_jobs.yml +++ b/.github/workflows/model_jobs.yml @@ -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: | @@ -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