yi-01-ai
commited on
Commit
•
110d388
1
Parent(s):
665977a
Auto Sync from git://github.com/01-ai/Yi.git/commit/87ab46f0f3e054c7d161ece1492c77a1789d8b8a
Browse files
README.md
CHANGED
@@ -578,9 +578,10 @@ To install the dependencies, follow these steps:
|
|
578 |
|
579 |
|
580 |
### Quick start - llama.cpp
|
|
|
581 |
<details>
|
582 |
<summary> Run Yi-chat-6B-2bits locally with llama.cpp: a step-by-step guide. ⬇️</summary>
|
583 |
-
<br>This tutorial guides you through every step of running a quantized model (<a href="https://huggingface.co/XeIaso/yi-chat-6B-GGUF/tree/main">Yi-chat-6B-2bits</a>) locally and then performing inference.</p>
|
584 |
|
585 |
- [Step 0: Prerequisites](#step-0-prerequisites)
|
586 |
- [Step 1: Download llama.cpp](#step-1-download-llamacpp)
|
@@ -1095,6 +1096,8 @@ With all these resources at your fingertips, you're ready to start your exciting
|
|
1095 |
|
1096 |
| Type | Deliverable | Date | Author |
|
1097 |
|-------------|--------------------------------------------------------|----------------|----------------|
|
|
|
|
|
1098 |
| Blog | [实测零一万物Yi-VL多模态语言模型:能准确“识图吃瓜”](https://mp.weixin.qq.com/s/fu4O9XvJ03JhimsEyI-SsQ) | 2024-02-02 | [苏洋](https://github.com/soulteary) |
|
1099 |
| Blog | [本地运行零一万物 34B 大模型,使用 Llama.cpp & 21G 显存](https://zhuanlan.zhihu.com/p/668921042) | 2023-11-26 | [苏洋](https://github.com/soulteary) |
|
1100 |
| Blog | [零一万物模型折腾笔记:官方 Yi-34B 模型基础使用](https://zhuanlan.zhihu.com/p/671387298) | 2023-12-10 | [苏洋](https://github.com/soulteary) |
|
|
|
578 |
|
579 |
|
580 |
### Quick start - llama.cpp
|
581 |
+
<a href="https://github.com/01-ai/Yi/blob/main/docs/README_llama.cpp.md">The following tutorial </a> will guide you through every step of running a quantized model (<a href="https://huggingface.co/XeIaso/yi-chat-6B-GGUF/tree/main">Yi-chat-6B-2bits</a>) locally and then performing inference.
|
582 |
<details>
|
583 |
<summary> Run Yi-chat-6B-2bits locally with llama.cpp: a step-by-step guide. ⬇️</summary>
|
584 |
+
<br><a href="https://github.com/01-ai/Yi/blob/main/docs/README_llama.cpp.md">This tutorial</a> guides you through every step of running a quantized model (<a href="https://huggingface.co/XeIaso/yi-chat-6B-GGUF/tree/main">Yi-chat-6B-2bits</a>) locally and then performing inference.</p>
|
585 |
|
586 |
- [Step 0: Prerequisites](#step-0-prerequisites)
|
587 |
- [Step 1: Download llama.cpp](#step-1-download-llamacpp)
|
|
|
1096 |
|
1097 |
| Type | Deliverable | Date | Author |
|
1098 |
|-------------|--------------------------------------------------------|----------------|----------------|
|
1099 |
+
| Blog | [基于零一万物yi-vl-plus大模型简单几步就能批量生成Anki图片笔记](https://mp.weixin.qq.com/s/_ea6g0pzzeO4WyYtuWycWQ) | 2024-04-24 | [正经人王同学](https://github.com/zjrwtx) |
|
1100 |
+
| GitHub project | [基于零一万物yi-34b-chat-200k输入任意文章地址,点击按钮即可生成无广告或推广内容的简要笔记,并生成分享图给好友](https://github.com/zjrwtx/open_summary) | 2024-04-24 | [正经人王同学](https://github.com/zjrwtx) |
|
1101 |
| Blog | [实测零一万物Yi-VL多模态语言模型:能准确“识图吃瓜”](https://mp.weixin.qq.com/s/fu4O9XvJ03JhimsEyI-SsQ) | 2024-02-02 | [苏洋](https://github.com/soulteary) |
|
1102 |
| Blog | [本地运行零一万物 34B 大模型,使用 Llama.cpp & 21G 显存](https://zhuanlan.zhihu.com/p/668921042) | 2023-11-26 | [苏洋](https://github.com/soulteary) |
|
1103 |
| Blog | [零一万物模型折腾笔记:官方 Yi-34B 模型基础使用](https://zhuanlan.zhihu.com/p/671387298) | 2023-12-10 | [苏洋](https://github.com/soulteary) |
|