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

Update requirements.txt #122

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Update requirements.txt #122

merged 1 commit into from
Aug 8, 2024

Conversation

NeonDaniel
Copy link
Member

Description

Pins max version of torch to resolve exceptions running in ARM environment

Issues

Issue and fix noted NeonGeckoCom/NeonCore#707

Other Notes

@@ -1,6 +1,6 @@
# TTS
numpy>=1.19.5
torch>=1.9.0,<3.0.0,!=1.13.0
torch>=1.9.0,<2.4.0,!=1.13.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because numpy and torch versions are paired on ARM with some cpp lib
Or just 2.4.0 problematic
No problem, I like 2.3.1 very stable on x86 at least

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.3.1 is the last known working version and its failing in ARM build tests with version 2.4.0

@NeonDaniel NeonDaniel merged commit 8ef7fd1 into dev Aug 8, 2024
8 checks passed
@NeonDaniel NeonDaniel deleted the ORG_UpdateDependencies branch August 8, 2024 22:23
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

Successfully merging this pull request may close these issues.

2 participants