mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-14 20:29:41 -04:00
main: update refs -> llama
fix examples/main ref
This commit is contained in:
@@ -16,7 +16,7 @@ FROM ubuntu:$UBUNTU_VERSION as runtime
|
||||
RUN apt-get update && \
|
||||
apt-get install -y libgomp1
|
||||
|
||||
COPY --from=build /app/main /main
|
||||
COPY --from=build /app/llama /llama
|
||||
|
||||
ENV LC_ALL=C.utf8
|
||||
|
||||
|
Reference in New Issue
Block a user