You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have python 3.8 support here, however, downstream customers such as torchrec support python 3.7+. Unfortunately because we need to explicitly link explicit versions of python as we need to make a small patch to the library, we can run into version mismatch errors in certain use cases.
Here we aim to add support for
Python 3.7
Python 3.9
Python 3.10
By default for now make the let python 3.8 by the default. We can use global variables to specify which version of python we'd want (ie. export MULTIPY_PYTHON_VERSION=3.10)
The text was updated successfully, but these errors were encountered:
We currently have python 3.8 support here, however, downstream customers such as torchrec support python 3.7+. Unfortunately because we need to explicitly link explicit versions of python as we need to make a small patch to the library, we can run into version mismatch errors in certain use cases.
Here we aim to add support for
By default for now make the let python 3.8 by the default. We can use global variables to specify which version of python we'd want (ie.
export MULTIPY_PYTHON_VERSION=3.10
)The text was updated successfully, but these errors were encountered: