-
Notifications
You must be signed in to change notification settings - Fork 335
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
Conflict Between Python 3.11 Requirement for Torch Version and Incompatibility of Lingvo, Praxis, and Paxml #187
Comments
The torch version here actually does not need to install Lingvo, Praxis, and Paxml. So it should work without installing these packages as well. |
Thanks for your reply, but I think the finetune model and the ipynd file you provided seem to be based on PAX, so I am a little confused about their relationship. |
I see. After I enter this in poetry install -e torch, the timesfm library is installed in Python, and then the file pytorch_patched_decoder.py will be called. Then you haven't released the tuning file about torch version? |
@wangdaozzz have you solved the problem? I met the same. I can not run the finetune model and the ipynb. |
no,i can t understand the ReadMe |
@wangdaozzz maybe the notebooks can be played |
In your README, it is mentioned that Python 3.11 is required to use the Torch version. However, if Python 3.11 is used, Lingvo, Praxis, and Paxml cannot be installed due to the Python version being too high. How can this issue be resolved?
The text was updated successfully, but these errors were encountered: