From 6833ad0aee39734d26831d72a91dbcd958d5e787 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Tue, 3 Dec 2024 13:08:39 -0800 Subject: [PATCH 1/3] Added two new items to ecosystem Signed-off-by: Chris Abraham --- _ecosystem/doctr | 10 ++++++++++ _ecosystem/vllm | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 _ecosystem/doctr create mode 100644 _ecosystem/vllm diff --git a/_ecosystem/doctr b/_ecosystem/doctr new file mode 100644 index 000000000000..b85622ab2e16 --- /dev/null +++ b/_ecosystem/doctr @@ -0,0 +1,10 @@ +--- +layout: ecosystem_detail +title: docTR +summary: docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. +link: https://github.com/mindee/doctr +summary-home: summary: docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. +featured-home: false +github-id: mindee/doctr +date-added: 12/03/24 +--- diff --git a/_ecosystem/vllm b/_ecosystem/vllm new file mode 100644 index 000000000000..369e82360b5c --- /dev/null +++ b/_ecosystem/vllm @@ -0,0 +1,10 @@ +--- +layout: ecosystem_detail +title: vllm +summary: vllm is a high-throughput and memory-efficient inference and serving engine for LLMs +link: https://github.com/vllm-project/vllm +summary-home: summary: vllm is a high-throughput and memory-efficient inference and serving engine for LLMs +featured-home: false +github-id: vllm-project/vllm +date-added: 12/03/24 +--- From c1f595c004f241540f65bd5f11e1c59fb35f7ac0 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Tue, 3 Dec 2024 13:16:39 -0800 Subject: [PATCH 2/3] see if this fixes Signed-off-by: Chris Abraham --- _ecosystem/vllm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ecosystem/vllm b/_ecosystem/vllm index 369e82360b5c..27ab5f6aa70a 100644 --- a/_ecosystem/vllm +++ b/_ecosystem/vllm @@ -6,5 +6,5 @@ link: https://github.com/vllm-project/vllm summary-home: summary: vllm is a high-throughput and memory-efficient inference and serving engine for LLMs featured-home: false github-id: vllm-project/vllm -date-added: 12/03/24 +date-added: 12/3/24 --- From c9135ce360f4ee1d508a57e6d5c3cc01fc1d4824 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Tue, 3 Dec 2024 13:26:34 -0800 Subject: [PATCH 3/3] fixed entries Signed-off-by: Chris Abraham --- _ecosystem/doctr | 4 ++-- _ecosystem/vllm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_ecosystem/doctr b/_ecosystem/doctr index b85622ab2e16..91ed5d688557 100644 --- a/_ecosystem/doctr +++ b/_ecosystem/doctr @@ -3,8 +3,8 @@ layout: ecosystem_detail title: docTR summary: docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. link: https://github.com/mindee/doctr -summary-home: summary: docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. +summary-home: docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. featured-home: false github-id: mindee/doctr -date-added: 12/03/24 +date-added: 12/3/24 --- diff --git a/_ecosystem/vllm b/_ecosystem/vllm index 27ab5f6aa70a..0c510878f4d7 100644 --- a/_ecosystem/vllm +++ b/_ecosystem/vllm @@ -1,9 +1,9 @@ --- layout: ecosystem_detail title: vllm -summary: vllm is a high-throughput and memory-efficient inference and serving engine for LLMs +summary: vllm is a high-throughput and memory-efficient inference and serving engine for LLMs. link: https://github.com/vllm-project/vllm -summary-home: summary: vllm is a high-throughput and memory-efficient inference and serving engine for LLMs +summary-home: vllm is a high-throughput and memory-efficient inference and serving engine for LLMs. featured-home: false github-id: vllm-project/vllm date-added: 12/3/24