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

docker: use GGML_NATIVE=OFF #10368

Merged

Conversation

JohannesGaessler
Copy link
Collaborator

Fixes #10367 .

The Docker containers were implicitly using GGML_NATIVE=ON which now also has an affect on CUDA architectures. I think the correct fix is to instead use GGML_NATIVE=OFF since the docker images are usually created and deployed on different machines.

@github-actions github-actions bot added the devops improvements to build systems and github actions label Nov 17, 2024
@JohannesGaessler JohannesGaessler merged commit 75207b3 into ggerganov:master Nov 17, 2024
7 checks passed
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Nov 18, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: llama-server-cuda docker image build failure after #10320
2 participants