How to compile Rosetta 3.14 with Pytorch? #129
Replies: 2 comments 2 replies
-
Rosetta could be compiled with libtorch support (ie not with PyTorch support). As linked documentation mentioned all you need to do is to install libtorch and then compile Rosetta with |
Beta Was this translation helpful? Give feedback.
-
The page you link (Building-Rosetta-with-TensorFlow-and-Torch) should be up to date. As Sergey mentions, Rosetta actually uses the C++ level We did recognize that this is potentially confusing, which is why we changed the If you're still encountering issues, posting the exact text of the error message you're getting during compilation (or during running if compilation looks to complete successfully) can help us better debug what the underlying issue may be. |
Beta Was this translation helpful? Give feedback.
-
I am trying to compile Rosetta 3.14 with pytorch_gpu option on Ubuntu OS. Since 3.14 version supports extra=pytorch or pytorch gpu, I installed a Pytorch using Conda, and now have Pytorch2.4 under CUDA 11.8 installed. I am not sure if it is compatible with Rosetta and not sure how to compile?
I googled a lot but most methods seem to be out-dated (like below).
https://docs.rosettacommons.org/docs/latest/build_documentation/Building-Rosetta-with-TensorFlow-and-Torch
I can compile tensorflow, but not pytorch.
Can aynone provide some guidance on this?
Beta Was this translation helpful? Give feedback.
All reactions