From 5e0bcfd6a7148bb383d694cf8e6306f08d5eeffe Mon Sep 17 00:00:00 2001 From: Su Yang Date: Tue, 16 Jan 2024 17:55:56 +0800 Subject: [PATCH 1/3] docs: add date field --- docs/learning_hub.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/learning_hub.md b/docs/learning_hub.md index 9213664c..697ab955 100644 --- a/docs/learning_hub.md +++ b/docs/learning_hub.md @@ -12,10 +12,10 @@ With all these resources at your fingertips, you're ready to start your exciting ## Tutorials -| Type | Deliverable | Author | -|-------------|--------------------------------------------------------|-------------------------| -| Blog | [Running Yi-34B-Chat locally using LlamaEdge](https://www.secondstate.io/articles/yi-34b/) | Second State| -| Blog | [零一万物模型折腾笔记:官方 Yi-34B 模型基础使用](https://zhuanlan.zhihu.com/p/671387298) | 苏洋 | -| Video | [只需 24G 显存,用 vllm 跑起来 Yi-34B 中英双语大模型](https://www.bilibili.com/video/BV17t4y1f7Ee/?spm_id_from=333.337.search-card.all.click&vd_source=64a95c92c8c52a184ab3abdf6e8f589a) | 漆妮妮 | -| Video | [Install Yi 34B Locally - Chinese English Bilingual LLM](https://www.youtube.com/watch?v=CVQvj4Wrh4w&t=476s) | Fahd Mirza | +| Type | Deliverable | Date | Author | +|-------------|--------------------------------------------------------|----------------|----------------| +| Blog | [Running Yi-34B-Chat locally using LlamaEdge](https://www.secondstate.io/articles/yi-34b/) | 2023-11-30 | Second State | +| Blog | [零一万物模型折腾笔记:官方 Yi-34B 模型基础使用](https://zhuanlan.zhihu.com/p/671387298) | 2023-12-10 | @soulteary / 苏洋 | +| Video | [只需 24G 显存,用 vllm 跑起来 Yi-34B 中英双语大模型](https://www.bilibili.com/video/BV17t4y1f7Ee/) | 2023-12-28 | 漆妮妮 | +| Video | [Install Yi 34B Locally - Chinese English Bilingual LLM](https://www.youtube.com/watch?v=CVQvj4Wrh4w&t=476s) | 2023-11-05 | Fahd Mirza | From e1ec206fcb02964cdac5626e2db07eb6e3c4f98b Mon Sep 17 00:00:00 2001 From: Su Yang Date: Tue, 16 Jan 2024 18:02:32 +0800 Subject: [PATCH 2/3] docs: add articles --- docs/learning_hub.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/learning_hub.md b/docs/learning_hub.md index 697ab955..0d65e451 100644 --- a/docs/learning_hub.md +++ b/docs/learning_hub.md @@ -14,8 +14,10 @@ With all these resources at your fingertips, you're ready to start your exciting | Type | Deliverable | Date | Author | |-------------|--------------------------------------------------------|----------------|----------------| -| Blog | [Running Yi-34B-Chat locally using LlamaEdge](https://www.secondstate.io/articles/yi-34b/) | 2023-11-30 | Second State | -| Blog | [零一万物模型折腾笔记:官方 Yi-34B 模型基础使用](https://zhuanlan.zhihu.com/p/671387298) | 2023-12-10 | @soulteary / 苏洋 | -| Video | [只需 24G 显存,用 vllm 跑起来 Yi-34B 中英双语大模型](https://www.bilibili.com/video/BV17t4y1f7Ee/) | 2023-12-28 | 漆妮妮 | +| Blog | [本地运行零一万物 34B 大模型,使用 Llama.cpp & 21G 显存](https://zhuanlan.zhihu.com/p/668921042) | 2023-11-26 | [苏洋](https://github.com/soulteary) | +| Blog | [Running Yi-34B-Chat locally using LlamaEdge](https://www.secondstate.io/articles/yi-34b/) | 2023-11-30 | Second State | +| Blog | [零一万物模型折腾笔记:官方 Yi-34B 模型基础使用](https://zhuanlan.zhihu.com/p/671387298) | 2023-12-10 | [苏洋](https://github.com/soulteary) | +| Blog | [CPU 混合推理,非常见大模型量化方案:“二三五六” 位量化方案](https://zhuanlan.zhihu.com/p/671698216) | 2023-12-12 | [苏洋](https://github.com/soulteary) | +| Video | [只需 24G 显存,用 vllm 跑起来 Yi-34B 中英双语大模型](https://www.bilibili.com/video/BV17t4y1f7Ee/) | 2023-12-28 | 漆妮妮 | | Video | [Install Yi 34B Locally - Chinese English Bilingual LLM](https://www.youtube.com/watch?v=CVQvj4Wrh4w&t=476s) | 2023-11-05 | Fahd Mirza | From 731ef41a250b223f36391d6e6ff1a2b66567ae0b Mon Sep 17 00:00:00 2001 From: Su Yang Date: Tue, 16 Jan 2024 18:03:49 +0800 Subject: [PATCH 3/3] docs: add author github link --- docs/learning_hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learning_hub.md b/docs/learning_hub.md index 0d65e451..af38a564 100644 --- a/docs/learning_hub.md +++ b/docs/learning_hub.md @@ -15,7 +15,7 @@ With all these resources at your fingertips, you're ready to start your exciting | Type | Deliverable | Date | Author | |-------------|--------------------------------------------------------|----------------|----------------| | Blog | [本地运行零一万物 34B 大模型,使用 Llama.cpp & 21G 显存](https://zhuanlan.zhihu.com/p/668921042) | 2023-11-26 | [苏洋](https://github.com/soulteary) | -| Blog | [Running Yi-34B-Chat locally using LlamaEdge](https://www.secondstate.io/articles/yi-34b/) | 2023-11-30 | Second State | +| Blog | [Running Yi-34B-Chat locally using LlamaEdge](https://www.secondstate.io/articles/yi-34b/) | 2023-11-30 | [Second State](https://github.com/second-state) | | Blog | [零一万物模型折腾笔记:官方 Yi-34B 模型基础使用](https://zhuanlan.zhihu.com/p/671387298) | 2023-12-10 | [苏洋](https://github.com/soulteary) | | Blog | [CPU 混合推理,非常见大模型量化方案:“二三五六” 位量化方案](https://zhuanlan.zhihu.com/p/671698216) | 2023-12-12 | [苏洋](https://github.com/soulteary) | | Video | [只需 24G 显存,用 vllm 跑起来 Yi-34B 中英双语大模型](https://www.bilibili.com/video/BV17t4y1f7Ee/) | 2023-12-28 | 漆妮妮 |