bab2min / tomotopy

Python package of Tomoto, the Topic Modeling Tool
https://bab2min.github.io/tomotopy
MIT License
548 stars 62 forks source link

feat: add support to linux/aarch64 #200

Closed claudinoac closed 1 year ago

claudinoac commented 1 year ago

Adding support to aarch64 architectures on linux, as requested in https://github.com/bab2min/tomotopy/issues/196 It also keeps compatibility to M1 cpus

bab2min commented 1 year ago

@claudinoac I've added CI for aarch64 Linux and fixed some scripts for the compilation. It seems to work well. Thank you for your contribution. I'll merge it.

claudinoac commented 1 year ago

@bab2min Thanks!