Skip to content

Commit

Permalink
add in environment variable to fix GPU memory allocation for tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Nov 21, 2022
1 parent 05060fc commit 16d4d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
set -e

# Run tests
pytest -rsx tests/unit tests/notebook
TF_GPU_ALLOCATOR=cuda_malloc_async pytest -rsx tests/unit tests/notebook


0 comments on commit 16d4d64

Please sign in to comment.