Adam J. Stewart

Results 884 comments of Adam J. Stewart

I can confirm that this fixes #13989 for me!

> Do you think we should let pytest treat `DeprecationWarning` as errors just like `FutureWarning`? We do this in [TorchGeo](https://github.com/microsoft/torchgeo/blob/main/pyproject.toml#L71,L75), including some specific to lightning. > there's a TON of...

Note: this bug seems to only occur when using `XNNPACK_USE_SYSTEM_LIBS=ON`.

I get the same error with Bazel 3.7.2.

The latter error message is the same reported in #140. I don't think the former error message has been reported yet so I'll keep this open.

`tensorboard` 2.5.0 now requires Bazel 3.7.0+, and depends on `tensorboard-plugin-wit`. We really need to start supporting modern versions of Bazel.

No changes, but I'm updating our [Spack](https://spack.io) build recipes for tensorboard and tensorboard-plugin-wit. Spack builds all software from source so we can get optimized binaries for supercomputers. We could theoretically...

`tensorboard` 2.5.0 now requires Bazel 3.7.0+, and depends on `tensorboard-plugin-wit`. We really need to start supporting modern versions of Bazel.

No changes, but I'm updating our [Spack](https://spack.io) build recipes for tensorboard and tensorboard-plugin-wit. Spack builds all software from source so we can get optimized binaries for supercomputers. We could theoretically...

> P.S. Is it possible to build libjxl with external packages instead of git submodules? Figured out how to do this for a subset of the deps, including brotli. Trying...