mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-28 13:20:27 -04:00
main: update refs -> llama
fix examples/main ref
This commit is contained in:
@@ -30,6 +30,6 @@ FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
||||
RUN apt-get update && \
|
||||
apt-get install -y libgomp1
|
||||
|
||||
COPY --from=build /app/main /main
|
||||
COPY --from=build /app/llama /llama
|
||||
|
||||
ENTRYPOINT [ "/main" ]
|
||||
|
Reference in New Issue
Block a user