devops : remove clblast + LLAMA_CUDA -> GGML_CUDA

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-06-26 18:37:55 +03:00
parent f3f65429c4
commit 65f9293d14
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
12 changed files with 19 additions and 103 deletions

View file

@ -14,7 +14,7 @@ RUN wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key
# Build it
WORKDIR /app
COPY . .
RUN cmake -B build -DLLAMA_VULKAN=1 && \
RUN cmake -B build -DGGML_VULKAN=1 && \
cmake --build build --config Release --target llama-cli
# Clean up