princeton-nlp / SimCSE

[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
MIT License
3.33k stars 505 forks source link

Can't Install on Mac M1 #217

Closed shawnjhenry closed 1 year ago

shawnjhenry commented 1 year ago

Hi,

I can't install SimCSE on my macbook pro because the version of scipy used as a dependency can't be installed on on M1, I think because it doesn't support ARM. Would it be possible to to change the scipy dependency to a newer version that does, or is there another workaround?

Thanks, Shawn

gaotianyu1350 commented 1 year ago

Hi,

The scipy package should only be required during evaluation, so I believe you can still run the training part. I have no experience building an environment on M1 so sorry that I couldn't offer more help 😭

0ddAstronaut commented 1 year ago

I encounter the same problem while using a 64-bit Power PC :(

github-actions[bot] commented 1 year ago

Stale issue message