Skip to content

Commit 16d4d64

Browse files
committed
add in environment variable to fix GPU memory allocation for tensorflow
1 parent 05060fc commit 16d4d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_unit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
set -e
1919

2020
# Run tests
21-
pytest -rsx tests/unit tests/notebook
21+
TF_GPU_ALLOCATOR=cuda_malloc_async pytest -rsx tests/unit tests/notebook
2222

2323

0 commit comments

Comments
 (0)