Skip to content

Commit 5e9c283

Browse files
authored
Merge branch 'ggml-org:master' into ug/port-sweep-bench
2 parents d3e69c2 + 945e1f1 commit 5e9c283

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1086
-2428
lines changed

.devops/cuda.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ RUN apt-get update \
6060
git \
6161
python3 \
6262
python3-pip \
63+
&& pip install --upgrade pip setuptools wheel \
6364
&& pip install --break-system-packages -r requirements.txt \
6465
&& apt autoremove -y \
6566
&& apt clean -y \

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/tools/server/ @ngxson
66
/ggml/src/ggml-cuda/fattn* @JohannesGaessler
77
/ggml/src/ggml-cuda/mmq.* @JohannesGaessler
8-
/ggml/src/ggml-cuda/mmv.* @JohannesGaessler
98
/ggml/src/ggml-cuda/mmvq.* @JohannesGaessler
109
/ggml/src/ggml-opt.cpp @JohannesGaessler
1110
/ggml/src/gguf.cpp @JohannesGaessler

0 commit comments

Comments
 (0)