Added llamacpp model runtime with docker based deployment#85
Open
AhmedSeemalK wants to merge 1 commit intoopea-project:devfrom
Open
Added llamacpp model runtime with docker based deployment#85AhmedSeemalK wants to merge 1 commit intoopea-project:devfrom
AhmedSeemalK wants to merge 1 commit intoopea-project:devfrom
Conversation
Added llamacpp as blueprint with docker based deployment Signed-off-by: AhmedSeemalK <ahmed.seemal@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new Dockerfile and README for running
llama.cppwith Intel oneAPI compilers and oneMKL BLAS, providing optimized CPU inference for thellama-server. The Dockerfile sets up the environment, buildsllama.cppfrom source with Intel optimizations, and configures the container for easy model serving. The README gives step-by-step instructions for building, running, and testing the container.Documentation and usage instructions:
README.mdwith detailed build, run, and test instructions for the new Dockerfile. The README explains how to build the image, start and stop the container, configure model caching, access logs, and test the server endpoint.