We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedc8d2 commit e28174cCopy full SHA for e28174c
test/neuron/run_tests.sh
@@ -1,4 +1,13 @@
1
#!/bin/bash
2
+
3
+# This script is used in AWS Neuron's nightly build to verify that PyTorch/XLA
4
+# works on Trn/Inf. It runs a subset of the tests in test/run_tests.sh.
5
+# Eventually (after we fix or skip the rest of the tests for Neuron) we will
6
+# remove this and use test/run_tests.sh in the Trn/Inf CI instead.
7
+#
8
+# For question on this script, please contact the AWS folks in
9
+# https://pytorch.slack.com/archives/C02GNBKM2HM.
10
11
set -exo pipefail
12
_TEST_DIR="$(cd "$(dirname "$0")"/../ ; pwd -P)"
13
0 commit comments