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

Fix nix CUDA build: replace deprecated autoAddOpenGLRunpathHook #9137

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

enolan
Copy link
Contributor

@enolan enolan commented Aug 22, 2024

The CUDA nix build broke when we updated nixpkgs in 8cd1bcf. As far as I can tell all that happened is cudaPackages.autoAddOpenGLRunpathHook got moved to pkgs.autoAddDriverRunpath. This commit fixes it.

@github-actions github-actions bot added nix Issues specific to consuming flake.nix, or generally concerned with ❄ Nix-based llama.cpp deployment devops improvements to build systems and github actions labels Aug 22, 2024
@enolan
Copy link
Contributor Author

enolan commented Aug 29, 2024

Nix builds with CUDA enabled are still broken without this, bumping.

@mofosyne mofosyne added the Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix label Aug 30, 2024
@Green-Sky
Copy link
Collaborator

will probably be superseded by #9220

@SomeoneSerge
Copy link
Collaborator

Oh I didn't notice this one

@SomeoneSerge
Copy link
Collaborator

The CUDA nix build broke when we updated nixpkgs in
8cd1bcf. As far as I can tell all
that happened is cudaPackages.autoAddOpenGLRunpathHook got moved to
pkgs.autoAddDriverRunpath. This commit fixes it.
@enolan
Copy link
Contributor Author

enolan commented Aug 31, 2024

done

@SomeoneSerge SomeoneSerge merged commit a47667c into ggerganov:master Aug 31, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions nix Issues specific to consuming flake.nix, or generally concerned with ❄ Nix-based llama.cpp deployment Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants