Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions test/neuron/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#!/bin/bash

# This script is used in AWS Neuron's nightly build to verify that PyTorch/XLA
# works on Trn/Inf. It runs a subset of the tests in test/run_tests.sh.
# Eventually (after we fix or skip the rest of the tests for Neuron) we will
# remove this and use test/run_tests.sh in the Trn/Inf CI instead.
#
# For question on this script, please contact the AWS folks in
# https://pytorch.slack.com/archives/C02GNBKM2HM.

set -exo pipefail
CDIR="$(cd "$(dirname "$0")"/../ ; pwd -P)"

Expand Down
Loading