update more names

This commit is contained in:
ochafik
2024-06-07 00:21:01 +01:00
parent 9a03341094
commit 8695baebc0
10 changed files with 14 additions and 13 deletions

View File

@@ -40,6 +40,6 @@ ENV LLAMA_HIPBLAS=1
ENV CC=/opt/rocm/llvm/bin/clang
ENV CXX=/opt/rocm/llvm/bin/clang++
RUN make -j$(nproc) main
RUN make -j$(nproc) llama
ENTRYPOINT [ "/app/main" ]