rustformers / llm

[Unmaintained, see README] An ecosystem of Rust libraries for working with large language models
https://docs.rs/llm/latest/llm/
Apache License 2.0
6.06k stars 350 forks source link

Fix build on macos m1 #426

Closed olexiyb closed 9 months ago

olexiyb commented 9 months ago

During a build using Jenkins agent I got an error -mcpu=native is not available for clang

LLukas22 commented 9 months ago

Looks good. Just to confirm, this only occurs if you target macos on a non mac machine?