File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11ARG ASCEND_VERSION=8.0.rc2.alpha003-910b-openeuler22.03-py3.8
22
3- FROM cosdt /cann:$ASCEND_VERSION AS build
3+ FROM ascendai /cann:$ASCEND_VERSION AS build
44
55WORKDIR /app
66
@@ -26,7 +26,7 @@ RUN echo "Building with static libs" && \
2626 cmake --build build --config Release --target llama-cli
2727
2828# TODO: use image with NNRT
29- FROM cosdt /cann:$ASCEND_VERSION AS runtime
29+ FROM ascendai /cann:$ASCEND_VERSION AS runtime
3030COPY --from=build /app/build/bin/llama-cli /llama-cli
3131
3232ENV LC_ALL=C.utf8
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ cmake --build build --config release
375375
376376You can test with:
377377
378- ` ./build/llama-cli -m PATH_TO_MODEL -p " Building a website can be done in 10 steps:" -ngl 32`
378+ ` ./build/bin/ llama-cli -m PATH_TO_MODEL -p " Building a website can be done in 10 steps:" -ngl 32`
379379
380380If the fllowing info is output on screen, you are using ` llama.cpp by CANN backend` :
381381` ` ` bash
You can’t perform that action at this time.
0 commit comments