From 782438070f7568380755ffc7bf5e09b20c1e8272 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 12 Apr 2023 14:31:12 +0300 Subject: [PATCH 1/2] readme : update hot topics with link to "GPU support" issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 914c07995..ccb0f8774 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ **Hot topics:** +- [Add GPU support to ggml](https://github.com/ggerganov/llama.cpp/issues/914) - [Roadmap Apr 2023](https://github.com/ggerganov/llama.cpp/discussions/784) ## Description From f76cb3a34d6a6b03afb96650e39495f201eac042 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 12 Apr 2023 14:48:57 +0300 Subject: [PATCH 2/2] readme : change "GPU support" link to discussion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccb0f8774..dbc088532 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ **Hot topics:** -- [Add GPU support to ggml](https://github.com/ggerganov/llama.cpp/issues/914) +- [Add GPU support to ggml](https://github.com/ggerganov/llama.cpp/discussions/915) - [Roadmap Apr 2023](https://github.com/ggerganov/llama.cpp/discussions/784) ## Description