File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,12 @@ filterwarnings =
5
5
error
6
6
# Jax warning when no gpu/tpu found.
7
7
ignore:No GPU/TPU found, falling back to CPU.*:UserWarning
8
- # Jax warns about XLA not being able to use donated buffers.
9
- ignore:Some donated buffers were not usable.*:UserWarning
10
8
# We should remove our dependence on jtu.
11
9
ignore:jax.test_util.check_eq is deprecated and will soon be removed.*:FutureWarning
12
10
# Tensorflow's fast_tensor_util.pyx cython raises:
13
11
# ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
14
12
ignore:can' t resolve package from.*:ImportWarning
15
- # Jax imports flatbuffers which imports imp in a compat file.
16
- ignore:the imp module is deprecated.*:DeprecationWarning
17
13
# traverse_util.Traversal will be removed soon.
18
14
ignore:`flax.traverse_util.Traversal` will be deprecated.*:DeprecationWarning
19
- # TODO: Will revisit all the deprecation warnings next week.
20
- ignore:jax.tree_.*:FutureWarning
21
- # TF internal deprecation warnings.
22
- ignore:Call to deprecated create function .*Descriptor.*:DeprecationWarning
23
15
# distutils DeprecationWarning
24
16
ignore:distutils Version classes are deprecated.*:DeprecationWarning
You can’t perform that action at this time.
0 commit comments