mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-01 06:59:13 -04:00
update more names
This commit is contained in:
@@ -15,7 +15,7 @@ RUN wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN cmake -B build -DLLAMA_VULKAN=1 && \
|
||||
cmake --build build --config Release --target llama
|
||||
cmake --build build --config Release --target llama-bin
|
||||
|
||||
# Clean up
|
||||
WORKDIR /
|
||||
|
Reference in New Issue
Block a user