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
torch stopped building for Intel Macs after 2.2.2. coqui-tts main branch still installs because it only requires torch>=2.1, but on dev you are requiring torch>=2.4, and thus it cannot be installed even on a relatively recent Mac (e.g. iMac (Retina 5K, 27-inch, 2020)). Do you need the >=2.4 requirement or could it be loosened?
Yeah, I agree it's not ideal. I've started adding some conditional handling for the code that needed this in idiap/coqui-ai-Trainer#11, after which I can do the same in this repo (#113) and go back down to 2.1
Describe the bug
torch stopped building for Intel Macs after 2.2.2. coqui-tts main branch still installs because it only requires torch>=2.1, but on dev you are requiring torch>=2.4, and thus it cannot be installed even on a relatively recent Mac (e.g. iMac (Retina 5K, 27-inch, 2020)). Do you need the >=2.4 requirement or could it be loosened?
To Reproduce
Attempt to install from dev
Expected behavior
No response
Logs
No response
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: