Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue on Fedora Linux - Library Kind framework Error #2

Open
miladtsx opened this issue Jan 2, 2025 · 1 comment
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@miladtsx
Copy link

miladtsx commented Jan 2, 2025

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 targets

To address this, I modified the features in llm/Cargo.toml to use openblas 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!

@Steboss
Copy link
Owner

Steboss commented Jan 6, 2025

Hey @miladtsx

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

@Steboss Steboss added good first issue Good for newcomers bug Something isn't working labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants