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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Hey @tzolov, thank you for your great job with spring-ai. Just a comment about this change. This version of DJL is making impossible to use PyTorch in MacOS x86_64 systems. This is because of this: pytorch/pytorch#114602
I am using spring-ai for a while and today I was just creating a new test project to test topic modeling. It was not possible to run it because of the lack of support of PyTorch in my laptop. Are you aware of that impact?
The reason will be displayed to describe this comment to others. Learn more.
Thank you @fjtorres,
The pytorch/pytorch#114602 clearly deprecates the MacOs x86 builds for good.
Unless DJL do something to provide backward compatibility I'm not sure if there is anything spring-ai can do. Soon or later we will have to upgrade the DJL dependency.
Is this DJL issue somewhat related: deepjavalibrary/djl#3414 ? Apparently DJL released 0.30.0 and I just updated our snapshot version accordingly.
Please give it a try. If it still doesn't work perhaps you can downgrade your djl dependencies using maven exclusion? E.g.
df17f08
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @tzolov, thank you for your great job with spring-ai. Just a comment about this change. This version of DJL is making impossible to use PyTorch in MacOS x86_64 systems. This is because of this: pytorch/pytorch#114602
I am using spring-ai for a while and today I was just creating a new test project to test topic modeling. It was not possible to run it because of the lack of support of PyTorch in my laptop. Are you aware of that impact?
df17f08
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @fjtorres,
The pytorch/pytorch#114602 clearly deprecates the MacOs x86 builds for good.
Unless DJL do something to provide backward compatibility I'm not sure if there is anything spring-ai can do. Soon or later we will have to upgrade the DJL dependency.
Is this DJL issue somewhat related: deepjavalibrary/djl#3414 ? Apparently DJL released
0.30.0
and I just updated our snapshot version accordingly.Please give it a try. If it still doesn't work perhaps you can downgrade your djl dependencies using maven exclusion? E.g.
Can you also raise the
PyTorch in MacOS x86_64
problem as an DJL GH issues? Let see what they would advise?df17f08
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for tracking: #1371