chore(ci): transfer all GPU CI to hyperstack

This commit is contained in:
Agnes Leroy
2024-08-06 14:05:41 +02:00
committed by Agnès Leroy
parent a26e68c3bc
commit 5340859003
11 changed files with 154 additions and 58 deletions

View File

@@ -130,8 +130,8 @@ fi
# Override test-threads number to avoid Out-of-memory issues on GPU instances
if [[ "${backend}" == "gpu" ]]; then
if [[ "${BIG_TESTS_INSTANCE}" == TRUE ]]; then
test_threads=5
doctest_threads=5
test_threads=8
doctest_threads=8
else
test_threads=3
doctest_threads=3