mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-26 03:03:25 -04:00
main: update refs -> llama
fix examples/main ref
This commit is contained in:
@ -27,7 +27,7 @@ RUN if [ "${LLAMA_SYCL_F16}" = "ON" ]; then \
|
||||
|
||||
FROM intel/oneapi-basekit:$ONEAPI_VERSION as runtime
|
||||
|
||||
COPY --from=build /app/build/bin/main /main
|
||||
COPY --from=build /app/build/bin/llama /llama
|
||||
|
||||
ENV LC_ALL=C.utf8
|
||||
|
||||
|
Reference in New Issue
Block a user