Skip to content

Commit

Permalink
filter erroneos TF warning
Browse files Browse the repository at this point in the history
  • Loading branch information
M-R-Schaefer committed Mar 29, 2024
1 parent 90c9f69 commit 07c86b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import jax

os.environ["XLA_PYTHON_CLIENT_PREALLOCATE"] = "false"
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
jax.config.update("jax_enable_x64", True)
from apax.utils.helpers import setup_ase

Expand Down

0 comments on commit 07c86b5

Please sign in to comment.