Semantics-of-Sustainability / tempo-embeddings

Tools for analysing contextual (temporal) word embeddings
Apache License 2.0
1 stars 0 forks source link

Torch 2.4.0 not available for Intel Macs #110

Closed carschno closed 2 months ago

carschno commented 2 months ago

The tempo-embeddings package cannot be installed on Macs that use an Intel chipset (made until 2020) because PyTorch does no longer support them since version 2.3 (see announcement).

We use PyTorch version ~=2.4.

Solution

carschno commented 2 months ago

Use PyTorch v2.2.2 to include most recent patches.