Hi Pytorch,
Great work everybody to bring Pytorch
to Mac M1s! I am working on a text classification problem.
I installed a nightly version of Pytorch to use mps
backend. However, I can only install the version 0.12.0
of torchtext
and which throws the error of
ImportError: Symbol not found
I believe it is because of the version mismatch. I noticed there are wheels available for torchtext version 0.13.0 but sadly not for M1 (arm chip).
Should I wait for the next version of torchtext
?
Or is it another problem?
Thanks in advance.
cc @albanD