Skip to content

Commit

Permalink
Merge remote-tracking branch 'bobqianic/fix-decoding' into fix_decoding
Browse files Browse the repository at this point in the history
* bobqianic/fix-decoding: (436 commits)
  Add files via upload
  Update whisper.cpp
  whisper : optimize fft() function (ggerganov#2242)
  talk-llama : sync llama.cpp
  whisper : use ggml_backend_sched (ggerganov#2239)
  fix : remove extra files
  scripts : sync ggml-blas
  build : update make / cmake
  sync : ggml
  move BLAS to a separate backend (cont) (llama/6210)
  Vulkan Shader Refactor, Memory Debugging Option (llama/7947)
  scripts : stop sync whisper example from ggml
  cmake : fix sycl build (#0)
  ggml : remove OpenCL (#0)
  sycl : sync (#0)
  cuda : enable CUDA graphs (#0)
  talk-llama : sync llama.cpp
  cmake : fix CUDA build (#0)
  sync : ggml
  ggml : fix and optimize ppc64le (ggml/849)
  ...
  • Loading branch information
bygreencn committed Jun 27, 2024
2 parents 735bcff + 7ea8a64 commit 37aeaf2
Show file tree
Hide file tree
Showing 328 changed files with 102,627 additions and 59,076 deletions.
2 changes: 2 additions & 0 deletions .devops/main-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ COPY .. .
RUN make

FROM ${BASE_CUDA_RUN_CONTAINER} AS runtime
ENV CUDA_MAIN_VERSION=12.3
ENV LD_LIBRARY_PATH /usr/local/cuda-${CUDA_MAIN_VERSION}/compat:$LD_LIBRARY_PATH
WORKDIR /app

RUN apt-get update && \
Expand Down
Loading

0 comments on commit 37aeaf2

Please sign in to comment.