Update README.md
Browse files
README.md
CHANGED
@@ -128,6 +128,16 @@ In addition to the [Baichuan2-7B-Base](https://huggingface.co/baichuan-inc/Baich
|
|
128 |
|
129 |
![checkpoint](https://huggingface.co/baichuan-inc/Baichuan2-7B-Base/resolve/main/checkpoints.jpeg)
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
# <span id="Terms">声明与协议/Terms and Conditions</span>
|
132 |
|
133 |
## 声明
|
@@ -187,3 +197,6 @@ Upon meeting the above conditions, you need to submit the application materials
|
|
187 |
[opensource@baichuan-inc.com]: mailto:opensource@baichuan-inc.com
|
188 |
[训练过程heckpoint下载]: https://huggingface.co/baichuan-inc/Baichuan2-7B-Intermediate-Checkpoints
|
189 |
[百川智能]: https://www.baichuan-ai.com
|
|
|
|
|
|
|
|
128 |
|
129 |
![checkpoint](https://huggingface.co/baichuan-inc/Baichuan2-7B-Base/resolve/main/checkpoints.jpeg)
|
130 |
|
131 |
+
## 社区和生态
|
132 |
+
|
133 |
+
### Intel 酷睿 Ultra 平台运行百川大模型
|
134 |
+
|
135 |
+
使用酷睿™/至强® 可扩展处理器或配合锐炫™ GPU等进行部署[Baichuan2-7B-Chat],[Baichuan2-13B-Chat]模型,推荐使用 BigDL-LLM([CPU], [GPU])以发挥更好推理性能。
|
136 |
+
|
137 |
+
详细支持信息可参考[中文操作手册](https://github.com/intel-analytics/bigdl-llm-tutorial/tree/main/Chinese_Version),包括用notebook支持,[加载,优化,保存方法](https://github.com/intel-analytics/bigdl-llm-tutorial/blob/main/Chinese_Version/ch_3_AppDev_Basic/3_BasicApp.ipynb)等。
|
138 |
+
|
139 |
+
When deploy on Core™/Xeon® Scalable Processors or with Arc™ GPU, BigDL-LLM ([CPU], [GPU]) is recommended to take full advantage of better inference performance.
|
140 |
+
|
141 |
# <span id="Terms">声明与协议/Terms and Conditions</span>
|
142 |
|
143 |
## 声明
|
|
|
197 |
[opensource@baichuan-inc.com]: mailto:opensource@baichuan-inc.com
|
198 |
[训练过程heckpoint下载]: https://huggingface.co/baichuan-inc/Baichuan2-7B-Intermediate-Checkpoints
|
199 |
[百川智能]: https://www.baichuan-ai.com
|
200 |
+
|
201 |
+
[CPU]: https://github.com/intel-analytics/BigDL/tree/main/python/llm/example/CPU/HF-Transformers-AutoModels/Model/baichuan2
|
202 |
+
[GPU]: https://github.com/intel-analytics/BigDL/tree/main/python/llm/example/GPU/HF-Transformers-AutoModels/Model/baichuan2
|