finalfusion / finalfrontier

Context-sensitive word embeddings with subwords. In Rust.
https://finalfusion.github.io/finalfrontier
Other
87 stars 4 forks source link

Use cache action #138

Closed danieldk closed 3 years ago

danieldk commented 3 years ago

GitHub now has this handy action for caching. Simplifies things a bit compared to using Nix-based caching.

Also remove Windows and macOS from CI. Speeds up builds. Moreover, Macs have so little memory that it does not make sense to train embeddings on them. On Windows people can just use WSL2 in case a Windows build does not work. Also, I can't really fix larger macOS regressions since I don't have a Mac anymore.

sebpuetz commented 3 years ago

GitHub now has this handy action for caching. Simplifies things a bit compared to using Nix-based caching.

Also remove Windows and macOS from CI. Speeds up builds. Moreover, Macs have so little memory that it does not make sense to train embeddings on them. On Windows people can just use WSL2 in case a Windows build does not work. Also, I can't really fix larger macOS regressions since I don't have a Mac anymore.

No objections from my side, I've never used finalfrontier on anything but Linux machines