Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2019-08-09 16:42:42 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2019-08-09 16:42:42 +0300
commite44c75a0cfa40d5ca7ea84e792e9fcd5504eb537 (patch)
tree7e05eb8e573d26678c2dcd656ab3c43fba760d5e
parentc52b80b6e4e7079f899b13f2f29fc571e2c944a3 (diff)
Remove multi-GPU restrictions
-rw-r--r--tests/training/restoring/exp-smoothing/test_expsmooth.sh5
-rw-r--r--tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh5
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/training/restoring/exp-smoothing/test_expsmooth.sh b/tests/training/restoring/exp-smoothing/test_expsmooth.sh
index 6fac713..912ece8 100644
--- a/tests/training/restoring/exp-smoothing/test_expsmooth.sh
+++ b/tests/training/restoring/exp-smoothing/test_expsmooth.sh
@@ -3,11 +3,6 @@
# Exit on error
set -e
-if (( $MRT_NUM_DEVICES < 2 )); then
- echo "Too few devices available"
- exit 100
-fi
-
# Test code goes here
rm -rf expsmooth expsmooth_*.log
mkdir -p expsmooth
diff --git a/tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh b/tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh
index a0ca89c..863b1f8 100644
--- a/tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh
+++ b/tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh
@@ -3,11 +3,6 @@
# Exit on error
set -e
-if (( $MRT_NUM_DEVICES < 2 )); then
- echo "Too few devices available"
- exit 100
-fi
-
# Test code goes here
rm -rf expsmooth_s2s expsmooth_s2s_*.log
mkdir -p expsmooth_s2s