Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BUG1989 authored Aug 25, 2024
1 parent 903eb93 commit 8c6fb97
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

**AX-LLM****[爱芯元智](https://www.axera-tech.com/)** 主导开发。该项目用于探索业界常用 **LLM(Large Language Model)** 在已有芯片平台上落地的可行性和相关能力边界,**方便**社区开发者进行**快速评估****二次开发**自己的 **LLM 应用**

### LLM Build

在线文档:
- [Pulsar2 LLM Build](https://pulsar2-docs.readthedocs.io/zh-cn/latest/appendix/build_llm.html)

### 已支持芯片

- AX650A/AX650N
Expand All @@ -19,20 +24,25 @@

### 已支持模型

#### LLM
- Qwen1.5-0.5B/1.8B/4B
- Qwen2-0.5B/1.5B
- ChatGLM3-6B
- MiniCPM-2B
- MiniCPM-1B/2B
- TinyLLaMa-1.1B
- Llama2-7B
- Llama3-8B
- Phi-2
- Phi-3-mini

### 获取地址
#### VLM
- MiniCPM-V 2.0

### DEMO 获取地址

- [百度网盘 AX650N](https://pan.baidu.com/s/1_LG-sPKnLS_LTWF3Cmcr7A?pwd=ph0e)
- [百度网盘 AX630C](https://pan.baidu.com/s/1X0aJTQM0bl8wsraspHnDUw?pwd=ifg5)

- [百度网盘](https://pan.baidu.com/s/1_LG-sPKnLS_LTWF3Cmcr7A?pwd=ph0e)
- [Google Drive](https://drive.google.com/drive/folders/1i8xdD2PWDlueouds6F1dhMc72n3v_aER?usp=sharing)

## 源码编译

Expand Down Expand Up @@ -201,6 +211,8 @@ int main() {
- [TinyLlama-1.1B](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)
- [Qwen1.5-1.8B](https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat)
- [Qwen2-1.5B](https://huggingface.co/Qwen/Qwen2-1.5B)
- [MiniCPM](https://github.com/OpenBMB/MiniCPM)
- [MiniCPMV](https://github.com/OpenBMB/MiniCPM-V)
## 技术讨论
Expand Down

0 comments on commit 8c6fb97

Please sign in to comment.