Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Upgrade to python 3.8 #1

Open
satyajandhyala opened this issue Mar 29, 2023 · 2 comments
Open

Upgrade to python 3.8 #1

satyajandhyala opened this issue Mar 29, 2023 · 2 comments

Comments

@satyajandhyala
Copy link

Currently the env/env.yml requires Python 3.7.9. However many new features from onnxruntime, onnxr-script, torch==2.0.0 require at least Python version 3.8
Is it possible to upgrade the project to 3.8?

@jamarju
Copy link
Owner

jamarju commented Mar 29, 2023

Thanks for your interest!

I can't see any reason why it should not work, just build your conda env manually. Also note that torch 2 should allow longer sequences thanks to the new flash/memefficient attention implementations.

@satyajandhyala
Copy link
Author

satyajandhyala commented Apr 3, 2023

When I try to upgrade the conda environment, created using env/env.yml, using the following command

conda install python=3.8

I get many package conflicts and it fails. Creating my own conda environment from scratch python=3.8 may be an option but not sure how complex it can get. I will give it a try.
Thanks

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

No branches or pull requests

2 participants