Skip to content

Commit 07fa503

Browse files
committed
use integration test as the badge shown on the homepage
ghstack-source-id: 775591945ff5427cb7e5e9fc7592952b4c746341 Pull Request resolved: #373
1 parent 3343d1d commit 07fa503

File tree

4 files changed

+6
-40
lines changed

4 files changed

+6
-40
lines changed

.github/workflows/integration_test_periodic.yaml .github/workflows/integration_test_4gpu.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: GPU Integration Test
1+
name: 4 GPU Integration Test
22

33
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
47
schedule:
58
# Runs hourly
69
- cron: '0 * * * *'

.github/workflows/unit_test_4gpu.yaml

-36
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GPU Integration Test](https://github.com/pytorch/torchtitan/actions/workflows/unit_test_4gpu.yaml/badge.svg?branch=main)](https://github.com/pytorch/torchtitan/actions/workflows/unit_test_4gpu.yaml)
1+
[![4 GPU Integration Test](https://github.com/pytorch/torchtitan/actions/workflows/integration_test_4gpu.yaml/badge.svg?branch=main)](https://github.com/pytorch/torchtitan/actions/workflows/integration_test_4gpu.yaml)
22

33
# torchtitan
44

train_configs/debug_model.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[job]
44
dump_folder = "./outputs"
55
description = "Llama 3 debug training"
6-
# TODO: turn this back on once ci have tokenizer
76
use_for_integration_test = true
87

98
[profiling]
@@ -50,7 +49,7 @@ interval_type = "steps"
5049
interval = 5
5150
model_weights_only = false
5251
export_dtype = "float32"
53-
async_mode = "disabled" # ["disabled", "async", "async_with_pinned_mem"]
52+
async_mode = "disabled" # ["disabled", "async", "async_with_pinned_mem"]
5453

5554
[activation_checkpoint]
5655
mode = 'selective' # ['none', 'selective', 'full']

0 commit comments

Comments
 (0)