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

Build failure: ollama when specifying acceleration as rocm #306654

Closed
codebam opened this issue Apr 25, 2024 · 2 comments
Closed

Build failure: ollama when specifying acceleration as rocm #306654

codebam opened this issue Apr 25, 2024 · 2 comments
Labels
0.kind: build failure A package fails to build

Comments

@codebam
Copy link
Contributor

codebam commented Apr 25, 2024

Steps To Reproduce

Steps to reproduce the behavior:
1.

  services.ollama = {
    enable = true;
    acceleration = "rocm";
  };

Build log

log here if short otherwise a link to a gist

https://gist.github.com/codebam/be066269c54cd2522b1f7c9b2c3f0d7d

Additional context

Using Radeon 7900XTX

Notify maintainers

@abysssol @dit7ya @elohmeier

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here

Add a 👍 reaction to issues you find important.

@codebam codebam added the 0.kind: build failure A package fails to build label Apr 25, 2024
@codebam
Copy link
Contributor Author

codebam commented Apr 25, 2024

After looking at this https://discourse.cmake.org/t/possible-regression-related-to-interface-include-directories-in-2-29-1/10705

I think this may be resolved in the next version of cmake?

@abysssol
Copy link
Contributor

The main issue is #305641, fixed by #306375. I ran ollama's tests on master, and they all passed. It'll just take some time to make it into unstable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

No branches or pull requests

2 participants