mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 06:13:58 -05:00
chore(ci): transfer all GPU CI to hyperstack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user