devops : remove clblast + LLAMA_CUDA -> GGML_CUDA (#8139)

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-06-26 19:32:07 +03:00 committed by GitHub
parent a95631ee97
commit 0e814dfc42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 19 additions and 103 deletions

View file

@ -36,7 +36,7 @@ COPY . .
# Set nvcc architecture
ENV GPU_TARGETS=${ROCM_DOCKER_ARCH}
# Enable ROCm
ENV LLAMA_HIPBLAS=1
ENV GGML_HIPBLAS=1
ENV CC=/opt/rocm/llvm/bin/clang
ENV CXX=/opt/rocm/llvm/bin/clang++