Skip to content

Commit

Permalink
Finish ramalama rename
Browse files Browse the repository at this point in the history
One last thing, changed this branch name

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
  • Loading branch information
ericcurtin committed Jul 18, 2024
1 parent 54dda69 commit 4f4643a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion container-images/ramalama/39-nvidia/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV LLAMA_CURL=1
ENV LLAMA_VULKAN=1
ENV GGML_CUDA=1

RUN git clone -b podman-llm https://github.com/ericcurtin/llama.cpp.git && \
RUN git clone -b ramlama https://github.com/ericcurtin/llama.cpp.git && \
cd llama.cpp && \
cmake -B build -DLLAMA_CCACHE=0 -DLLAMA_VULKAN=1 -DLLAMA_CURL=1 \
-DGGML_CUDA=1 && \
Expand Down
2 changes: 1 addition & 1 deletion container-images/ramalama/39/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LLAMA_CCACHE=0
ENV LLAMA_CURL=1
ENV LLAMA_VULKAN=1

RUN git clone -b podman-llm https://github.com/ericcurtin/llama.cpp.git && \
RUN git clone -b ramlama https://github.com/ericcurtin/llama.cpp.git && \
cd llama.cpp && \
cmake -B build -DLLAMA_CCACHE=0 -DLLAMA_VULKAN=1 -DLLAMA_CURL=1 && \
cmake --build build --config Release -j $(nproc) && \
Expand Down
2 changes: 1 addition & 1 deletion container-images/ramalama/41-amd/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV LLAMA_CURL=1
ENV LLAMA_VULKAN=1
ENV GGML_HIPBLAS=1

RUN git clone -b podman-llm https://github.com/ericcurtin/llama.cpp.git && \
RUN git clone -b ramlama https://github.com/ericcurtin/llama.cpp.git && \
cd llama.cpp && \
cmake -B build -DLLAMA_CCACHE=0 -DLLAMA_VULKAN=1 -DLLAMA_CURL=1 \
-DGGML_HIPBLAS=1 && \
Expand Down
2 changes: 1 addition & 1 deletion container-images/ramalama/latest-amd/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV LLAMA_CURL=1
ENV LLAMA_VULKAN=1
ENV GGML_HIPBLAS=1

RUN git clone -b podman-llm https://github.com/ericcurtin/llama.cpp.git && \
RUN git clone -b ramlama https://github.com/ericcurtin/llama.cpp.git && \
cd llama.cpp && \
cmake -B build -DLLAMA_CCACHE=0 -DLLAMA_VULKAN=1 -DLLAMA_CURL=1 \
-DGGML_HIPBLAS=1 && \
Expand Down
2 changes: 1 addition & 1 deletion container-images/ramalama/latest-nvidia/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV LLAMA_CURL=1
ENV LLAMA_VULKAN=1
ENV GGML_CUDA=1

RUN git clone -b podman-llm https://github.com/ericcurtin/llama.cpp.git && \
RUN git clone -b ramlama https://github.com/ericcurtin/llama.cpp.git && \
cd llama.cpp && \
cmake -B build -DLLAMA_CCACHE=0 -DLLAMA_VULKAN=1 -DLLAMA_CURL=1 \
-DGGML_CUDA=1 && \
Expand Down
2 changes: 1 addition & 1 deletion container-images/ramalama/latest/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LLAMA_CCACHE=0
ENV LLAMA_CURL=1
ENV LLAMA_VULKAN=1

RUN git clone -b podman-llm https://github.com/ericcurtin/llama.cpp.git && \
RUN git clone -b ramlama https://github.com/ericcurtin/llama.cpp.git && \
cd llama.cpp && \
cmake -B build -DLLAMA_CCACHE=0 -DLLAMA_VULKAN=1 -DLLAMA_CURL=1 && \
cmake --build build --config Release -j $(nproc) && \
Expand Down

0 comments on commit 4f4643a

Please sign in to comment.