Skip to content

Commit 6a78b31

Browse files
committed
revert check
1 parent 3c08271 commit 6a78b31

File tree

3 files changed

+76
-78
lines changed

3 files changed

+76
-78
lines changed

.github/workflows/self-scheduled-caller.yml

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "17 2 * * *"
77
push:
88
branches:
9-
- cleanup_workflow
9+
- run_nvidia_ci*
1010
workflow_dispatch:
1111
inputs:
1212
prev_workflow_run_id:
@@ -23,7 +23,7 @@ on:
2323

2424
# Used for `push` to easily modify the target workflow runs to compare against
2525
env:
26-
prev_workflow_run_id: "19022490076"
26+
prev_workflow_run_id: ""
2727
other_workflow_run_id: ""
2828

2929

@@ -52,84 +52,84 @@ jobs:
5252
uses: ./.github/workflows/self-scheduled.yml
5353
with:
5454
job: run_models_gpu
55-
slack_report_channel: "#transformers-ci-dummy"
55+
slack_report_channel: "#transformers-ci-daily-models"
5656
docker: huggingface/transformers-all-latest-gpu
5757
ci_event: Daily CI
5858
runner_type: "a10"
5959
report_repo_id: hf-internal-testing/transformers_daily_ci
6060
commit_sha: ${{ github.sha }}
6161
secrets: inherit
6262

63-
# torch-pipeline:
64-
# name: Torch pipeline CI
65-
# uses: ./.github/workflows/self-scheduled.yml
66-
# with:
67-
# job: run_pipelines_torch_gpu
68-
# slack_report_channel: "#transformers-ci-daily-pipeline-torch"
69-
# docker: huggingface/transformers-all-latest-gpu
70-
# ci_event: Daily CI
71-
# report_repo_id: hf-internal-testing/transformers_daily_ci
72-
# commit_sha: ${{ github.sha }}
73-
# secrets: inherit
74-
#
75-
# example-ci:
76-
# name: Example CI
77-
# uses: ./.github/workflows/self-scheduled.yml
78-
# with:
79-
# job: run_examples_gpu
80-
# slack_report_channel: "#transformers-ci-daily-examples"
81-
# docker: huggingface/transformers-all-latest-gpu
82-
# ci_event: Daily CI
83-
# report_repo_id: hf-internal-testing/transformers_daily_ci
84-
# commit_sha: ${{ github.sha }}
85-
# secrets: inherit
86-
#
87-
# trainer-fsdp-ci:
88-
# name: Trainer/FSDP CI
89-
# uses: ./.github/workflows/self-scheduled.yml
90-
# with:
91-
# job: run_trainer_and_fsdp_gpu
92-
# slack_report_channel: "#transformers-ci-daily-training"
93-
# docker: huggingface/transformers-all-latest-gpu
94-
# runner_type: "a10"
95-
# ci_event: Daily CI
96-
# report_repo_id: hf-internal-testing/transformers_daily_ci
97-
# commit_sha: ${{ github.sha }}
98-
# secrets: inherit
99-
#
100-
# deepspeed-ci:
101-
# name: DeepSpeed CI
102-
# uses: ./.github/workflows/self-scheduled.yml
103-
# with:
104-
# job: run_torch_cuda_extensions_gpu
105-
# slack_report_channel: "#transformers-ci-daily-training"
106-
# docker: huggingface/transformers-pytorch-deepspeed-latest-gpu
107-
# ci_event: Daily CI
108-
# working-directory-prefix: /workspace
109-
# report_repo_id: hf-internal-testing/transformers_daily_ci
110-
# commit_sha: ${{ github.sha }}
111-
# secrets: inherit
112-
#
113-
# quantization-ci:
114-
# name: Quantization CI
115-
# uses: ./.github/workflows/self-scheduled.yml
116-
# with:
117-
# job: run_quantization_torch_gpu
118-
# slack_report_channel: "#transformers-ci-daily-quantization"
119-
# docker: huggingface/transformers-quantization-latest-gpu
120-
# ci_event: Daily CI
121-
# report_repo_id: hf-internal-testing/transformers_daily_ci
122-
# commit_sha: ${{ github.sha }}
123-
# secrets: inherit
124-
#
125-
# kernels-ci:
126-
# name: Kernels CI
127-
# uses: ./.github/workflows/self-scheduled.yml
128-
# with:
129-
# job: run_kernels_gpu
130-
# slack_report_channel: "#transformers-ci-daily-kernels"
131-
# docker: huggingface/transformers-all-latest-gpu
132-
# ci_event: Daily CI
133-
# report_repo_id: hf-internal-testing/transformers_daily_ci
134-
# commit_sha: ${{ github.sha }}
135-
# secrets: inherit
63+
torch-pipeline:
64+
name: Torch pipeline CI
65+
uses: ./.github/workflows/self-scheduled.yml
66+
with:
67+
job: run_pipelines_torch_gpu
68+
slack_report_channel: "#transformers-ci-daily-pipeline-torch"
69+
docker: huggingface/transformers-all-latest-gpu
70+
ci_event: Daily CI
71+
report_repo_id: hf-internal-testing/transformers_daily_ci
72+
commit_sha: ${{ github.sha }}
73+
secrets: inherit
74+
75+
example-ci:
76+
name: Example CI
77+
uses: ./.github/workflows/self-scheduled.yml
78+
with:
79+
job: run_examples_gpu
80+
slack_report_channel: "#transformers-ci-daily-examples"
81+
docker: huggingface/transformers-all-latest-gpu
82+
ci_event: Daily CI
83+
report_repo_id: hf-internal-testing/transformers_daily_ci
84+
commit_sha: ${{ github.sha }}
85+
secrets: inherit
86+
87+
trainer-fsdp-ci:
88+
name: Trainer/FSDP CI
89+
uses: ./.github/workflows/self-scheduled.yml
90+
with:
91+
job: run_trainer_and_fsdp_gpu
92+
slack_report_channel: "#transformers-ci-daily-training"
93+
docker: huggingface/transformers-all-latest-gpu
94+
runner_type: "a10"
95+
ci_event: Daily CI
96+
report_repo_id: hf-internal-testing/transformers_daily_ci
97+
commit_sha: ${{ github.sha }}
98+
secrets: inherit
99+
100+
deepspeed-ci:
101+
name: DeepSpeed CI
102+
uses: ./.github/workflows/self-scheduled.yml
103+
with:
104+
job: run_torch_cuda_extensions_gpu
105+
slack_report_channel: "#transformers-ci-daily-training"
106+
docker: huggingface/transformers-pytorch-deepspeed-latest-gpu
107+
ci_event: Daily CI
108+
working-directory-prefix: /workspace
109+
report_repo_id: hf-internal-testing/transformers_daily_ci
110+
commit_sha: ${{ github.sha }}
111+
secrets: inherit
112+
113+
quantization-ci:
114+
name: Quantization CI
115+
uses: ./.github/workflows/self-scheduled.yml
116+
with:
117+
job: run_quantization_torch_gpu
118+
slack_report_channel: "#transformers-ci-daily-quantization"
119+
docker: huggingface/transformers-quantization-latest-gpu
120+
ci_event: Daily CI
121+
report_repo_id: hf-internal-testing/transformers_daily_ci
122+
commit_sha: ${{ github.sha }}
123+
secrets: inherit
124+
125+
kernels-ci:
126+
name: Kernels CI
127+
uses: ./.github/workflows/self-scheduled.yml
128+
with:
129+
job: run_kernels_gpu
130+
slack_report_channel: "#transformers-ci-daily-kernels"
131+
docker: huggingface/transformers-all-latest-gpu
132+
ci_event: Daily CI
133+
report_repo_id: hf-internal-testing/transformers_daily_ci
134+
commit_sha: ${{ github.sha }}
135+
secrets: inherit

tests/models/vit/test_modeling_vit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ def test_multi_gpu_data_parallel_forward(self):
218218
super().test_multi_gpu_data_parallel_forward()
219219

220220
def test_config(self):
221-
assert 1 == 2
222221
self.config_tester.run_common_tests()
223222

224223
@unittest.skip(reason="ViT does not use inputs_embeds")

utils/split_model_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,4 @@
8585
if len(d[start:end]) > 0:
8686
model_splits.append(d[start:end])
8787

88-
model_splits = [["models/vit"]]
8988
print(model_splits)

0 commit comments

Comments
 (0)