Skip to content

server : fix OpenSSL build by removing invalid LOG_INFO references #9529

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

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

EZForever
Copy link
Contributor

#9418 introduces serveral references to a macro called LOG_INFO which does not actually exist, causing OpenSSL builds to fail. (Example of a failed build; Code causing the error) This PR fixes the build by either removing (commented) references, or replacing them with LOG_INF.

@ggerganov ggerganov merged commit f799155 into ggml-org:master Sep 18, 2024
52 checks passed
dsx1986 pushed a commit to dsx1986/llama.cpp that referenced this pull request Oct 29, 2024
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Nov 15, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants