From 19cfe14adf9644020ce2e8b28f0c8ded897bde25 Mon Sep 17 00:00:00 2001 From: alabulei1 Date: Thu, 11 Jan 2024 00:46:25 +0800 Subject: [PATCH 1/4] Update learning_hub.md --- docs/learning_hub.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/learning_hub.md b/docs/learning_hub.md index c0453ce3..24aec8e7 100644 --- a/docs/learning_hub.md +++ b/docs/learning_hub.md @@ -16,4 +16,5 @@ With all these resources at your fingertips, you're ready to start your exciting |-------------|--------------------------------------------------------|-------------------------| | 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 | \ No newline at end of file +| Video | [Install Yi 34B Locally - Chinese English Bilingual LLM](https://www.youtube.com/watch?v=CVQvj4Wrh4w&t=476s) | Fahd Mirza | +| Blog | [Running Yi-34B-Chat locally using LlamaEdge](https://www.secondstate.io/articles/yi-34b/) | Second State| From 4c12414728227c1698856d0d7756f574b11fdb26 Mon Sep 17 00:00:00 2001 From: alabulei1 Date: Thu, 11 Jan 2024 00:50:31 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ca7add0..a1013d22 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ If you're seeking to explore the diverse capabilities within Yi's thriving famil #### API - [amazing-openai-api](https://github.com/soulteary/amazing-openai-api): this tool converts Yi model APIs into the OpenAI API format out of the box. +- [LlamaEdge](https://www.secondstate.io/articles/yi-34b/#create-an-openai-compatible-api-service-for-the-yi-34b-chat-model): create an OpenAI compatible API server for Yi-34B-Chat with a portable Wasm file, powered by Rust.
[ Back to top ⬆️ ]
From bb65d323955c167d7ff21907b9a53d6662f794b4 Mon Sep 17 00:00:00 2001 From: alabulei1 Date: Thu, 11 Jan 2024 14:12:11 +0800 Subject: [PATCH 3/4] Update learning_hub.md --- docs/learning_hub.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/learning_hub.md b/docs/learning_hub.md index 24aec8e7..9213664c 100644 --- a/docs/learning_hub.md +++ b/docs/learning_hub.md @@ -14,7 +14,8 @@ With all these resources at your fingertips, you're ready to start your exciting | 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 | -| Blog | [Running Yi-34B-Chat locally using LlamaEdge](https://www.secondstate.io/articles/yi-34b/) | Second State| + From 2a41910f574e99c2a07f29df3b976e6c044dcc5f Mon Sep 17 00:00:00 2001 From: alabulei1 Date: Thu, 11 Jan 2024 14:12:30 +0800 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1013d22..7cbc61a6 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ If you're seeking to explore the diverse capabilities within Yi's thriving famil #### API - [amazing-openai-api](https://github.com/soulteary/amazing-openai-api): this tool converts Yi model APIs into the OpenAI API format out of the box. -- [LlamaEdge](https://www.secondstate.io/articles/yi-34b/#create-an-openai-compatible-api-service-for-the-yi-34b-chat-model): create an OpenAI compatible API server for Yi-34B-Chat with a portable Wasm file, powered by Rust. +- [LlamaEdge](https://www.secondstate.io/articles/yi-34b/#create-an-openai-compatible-api-service-for-the-yi-34b-chat-model): this tool builds an OpenAI-compatible API server for Yi-34B-Chat using a portable Wasm (WebAssembly) file, powered by Rust.
[ Back to top ⬆️ ]