Skip to content

Commit

Permalink
Document the PyTorch/XLA composer instance
Browse files Browse the repository at this point in the history
  • Loading branch information
tengyifei committed Jan 9, 2025
1 parent d628936 commit fe3d9d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@ scripts/local-airflow.sh path/to/dag_file.py

Comment out any test cases in the DAG that you do not want to run, or create a temporary DAG file to avoid running all tests.

#### Testing changes in a staging server

If you're in the PyTorch/XLA team, you may test the DAG changes using a staging
Airflow instance:

```sh
scripts/gen-configs.sh
scripts/upload-tests.sh gs://us-central1-ptxla-team-b851831a-bucket/dags
```

Then go to http://shortn/_1OASLXUCHS (Composer UI) or http://shortn/_cIsy3Grl5u
(Airflow UI), wait a few minutes, then refresh the DAGs.

##### XPK-based tests

Expand Down

0 comments on commit fe3d9d0

Please sign in to comment.