You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry for my late reply, I took a bit of time off.
Thanks for flagging this issue. I can try to create a Fedora Linux machine, and a general Linux one, to address this issue. I will keep you posted here about that progresses
Hi,
Thank you for your amazing work on this project!
I'm encountering an issue when trying to build it on Fedora Linux OS. Running
bash build.sh
produces the following error:error: library kind
framework
is only supported on Apple targetsTo address this, I modified the
features
in llm/Cargo.toml to useopenblas
instead of accelerate as follows:blas-src = { version = "0.10.0", features = ["openblas"] }
Despite this change, I still receive the same error.
Could you please advise if there are additional steps required to make the build compatible with Linux?
Thanks in advance for your guidance!
The text was updated successfully, but these errors were encountered: