From bef4b29509e4f9baf8f802a0ed1712dae83a6a71 Mon Sep 17 00:00:00 2001 From: sulpher Date: Sat, 29 Jun 2024 16:22:06 +0200 Subject: [PATCH 1/2] Added gppm to Tool list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99b16f6e29e32..8840bb80d6f32 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Unless otherwise noted these projects are open-source with permissive licensing: **Tools:** - [akx/ggify](https://github.com/akx/ggify) – download PyTorch models from HuggingFace Hub and convert them to GGML +- [crashr/gppm](https://github.com/crash/gppm) – launch llama.cpp instances utilizing NVIDIA Tesla P40 or P100 GPUs with reduce idle power consumption --- From 4422f2a16262f4239dd9f91929483f035c3ceeaa Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 1 Jul 2024 15:47:58 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8840bb80d6f32..47b8df427e13f 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Unless otherwise noted these projects are open-source with permissive licensing: **Tools:** - [akx/ggify](https://github.com/akx/ggify) – download PyTorch models from HuggingFace Hub and convert them to GGML -- [crashr/gppm](https://github.com/crash/gppm) – launch llama.cpp instances utilizing NVIDIA Tesla P40 or P100 GPUs with reduce idle power consumption +[crashr/gppm](https://github.com/crashr/gppm) – launch llama.cpp instances utilizing NVIDIA Tesla P40 or P100 GPUs with reduced idle power consumption ---