plopresti

Results 19 comments of plopresti

> @tgaddair , thanks, Is there environment variable knobs to set these compilers ? export MPI_HOME=/usr/lib64/openmpi ...fixes it for me. This is a cmake setting, and the path is suitable...

@i-kosarev I still need to set MPI_HOME in order to avoid the cmake error, but I think this is "by design". It might be nice for the Horovod docs to...

Is there an easy patch to fix this for TF2.15? E.g. can I just downrev typing_extensions in pip_package/setup.py?

To answer my own question: Yes. Just applying the change from https://github.com/tensorflow/tensorflow/pull/60688 fixes this for us.

@tilakrayal Yes, our reproducer also passes on tf-nightly. I wonder what change fixed it. Anyway this does not appear to be an issue with latest builds.

It is easy enough to edit tensorflow/tools/toolchains/python/python_repo.bzl to add "3.12" to VERSIONS, which will let you set TF_PYTHON_VERSION=3.12. But then you will encounter this build failure: > ERROR: Traceback (most...

Python's development process includes a pretty lengthy beta + release candidate cycle. Python 3.12 candidate 1 was released on 8/6, for example. If someone submitted a pull request to add...

@tilakrayal This issue is happening for us again with the r2.17 branch. `export WRAPT_DISABLE_EXTENSIONS=true` (per https://github.com/tensorflow/tensorflow/issues/60687#issuecomment-1647756840) appears to work around it. But I am unsure what the knock-on effects of...

Here is our trvial test program that blows up with `TypeError: this __dict__ descriptor does not support '_DictWrapper' objects` ``` #!/usr/bin/env python import tensorflow as tf @tf.function def f(x, y):...

Live example: https://colab.research.google.com/gist/plopresti/99ba2eac937f62130eb87f3c5ab95e7d