Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add explicit python 3.7, 3.9, and 3.10 support to multipy/runtime #95

Open
3 tasks
Tracked by #96
PaliC opened this issue Jul 14, 2022 · 0 comments
Open
3 tasks
Tracked by #96

Add explicit python 3.7, 3.9, and 3.10 support to multipy/runtime #95

PaliC opened this issue Jul 14, 2022 · 0 comments

Comments

@PaliC
Copy link
Contributor

PaliC commented Jul 14, 2022

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)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant