From 57e4ba531ab163fb33c1a2e958bff833b31c3da5 Mon Sep 17 00:00:00 2001
From: Fuli Luo
Date: Mon, 8 Jan 2024 15:27:09 +0800
Subject: [PATCH 1/3] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 762ac08..98c50ba 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,12 @@ All models are available on Hugging Face: [huggingface.co/deepseek-ai](https://h
## Community Resources
+### Models built upon DeepSeek Coder
+- [Magicoder-DS-6.7B](https://huggingface.co/ise-uiuc/Magicoder-DS-6.7B)
+- [Magicoder-S-DS-6.7B](https://huggingface.co/ise-uiuc/Magicoder-S-DS-6.7B)
+- [WizardCoder-33B-V1.1](https://huggingface.co/WizardLM/WizardCoder-33B-V1.1)
+
+
### Quantized Models
- [TheBloke](https://huggingface.co/TheBloke) - TheBloke develops AWQ/GGUF/GPTQ format model files for DeepSeek's Deepseek Coder 1B/7B/33B models.
From 13ac887ee922fe991f01e66d32cbaefc7034266c Mon Sep 17 00:00:00 2001
From: Fuli Luo
Date: Mon, 8 Jan 2024 15:28:58 +0800
Subject: [PATCH 2/3] Update README.md
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 98c50ba..578822c 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,9 @@ All models are available on Hugging Face: [huggingface.co/deepseek-ai](https://h
+[🧙AutoDev](https://github.com/unit-mesh/auto-dev): The AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! It already support `DeepSeek 6.7B`.
+
+
### APIs
- [limcheekin/deepseek-coder-6.7B-instruct-GGUF](https://huggingface.co/spaces/limcheekin/deepseek-coder-6.7B-instruct-GGUF): limcheekin provides API for `deepseek-coder-6.7B-instruct-GGUF` model.
From 4035d9affed3010a945abfbae8f6e6375b1ef3d1 Mon Sep 17 00:00:00 2001
From: Fuli Luo
Date: Mon, 8 Jan 2024 15:30:08 +0800
Subject: [PATCH 3/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 578822c..20f7e81 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ All models are available on Hugging Face: [huggingface.co/deepseek-ai](https://h
-[🧙AutoDev](https://github.com/unit-mesh/auto-dev): The AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! It already support `DeepSeek 6.7B`.
+[🧙AutoDev](https://github.com/unit-mesh/auto-dev): The AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! It already supports `DeepSeek 6.7B`.
### APIs