happyme531 commited on
Commit
81a3735
·
verified ·
1 Parent(s): 39cba9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -22,7 +22,7 @@ NOTE: Due to suspected issues in RKLLM(https://github.com/airockchip/rknn-llm/is
22
 
23
  1. 克隆或者下载此仓库到本地. 模型较大, 请确保有足够的磁盘空间.
24
 
25
- 2. 开发板的RKNPU2内核驱动版本必须>=0.9.6才能运行这么大的模型.
26
  使用root权限运行以下命令检查驱动版本:
27
  ```bash
28
  > cat /sys/kernel/debug/rknpu/version
@@ -74,9 +74,9 @@ python run_rknn.py
74
 
75
  ## 参考
76
 
77
- [sophgo/LLM-TPU models/MiniCPM-V-2_6](https://github.com/sophgo/LLM-TPU/tree/main/models/MiniCPM-V-2_6)
78
- [openbmb/MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6)
79
- [Qwen/Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B)
80
 
81
 
82
  ## English README
@@ -90,7 +90,7 @@ Run the Powerful MiniCPM-V-2.6 Visual Language Model on RK3588!
90
 
91
  1. Clone or download this repository locally. The model is large, so make sure you have enough disk space.
92
 
93
- 2. The RKNPU2 kernel driver version on the development board must be >=0.9.6 to run such a large model.
94
  Use the following command with root privileges to check the driver version:
95
  ```bash
96
  > cat /sys/kernel/debug/rknpu/version
@@ -142,6 +142,6 @@ You can modify the content in `run_rknn.py` to test different inputs.
142
 
143
  ## References
144
 
145
- [sophgo/LLM-TPU models/MiniCPM-V-2_6](https://github.com/sophgo/LLM-TPU/tree/main/models/MiniCPM-V-2_6)
146
- [openbmb/MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6)
147
- [Qwen/Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B)
 
22
 
23
  1. 克隆或者下载此仓库到本地. 模型较大, 请确保有足够的磁盘空间.
24
 
25
+ 2. 开发板的RKNPU2内核驱动版本必须>=0.9.6才能运行这么大的模型.
26
  使用root权限运行以下命令检查驱动版本:
27
  ```bash
28
  > cat /sys/kernel/debug/rknpu/version
 
74
 
75
  ## 参考
76
 
77
+ [sophgo/LLM-TPU models/MiniCPM-V-2_6](https://github.com/sophgo/LLM-TPU/tree/main/models/MiniCPM-V-2_6)
78
+ [openbmb/MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6)
79
+ [Qwen/Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B)
80
 
81
 
82
  ## English README
 
90
 
91
  1. Clone or download this repository locally. The model is large, so make sure you have enough disk space.
92
 
93
+ 2. The RKNPU2 kernel driver version on the development board must be >=0.9.6 to run such a large model.
94
  Use the following command with root privileges to check the driver version:
95
  ```bash
96
  > cat /sys/kernel/debug/rknpu/version
 
142
 
143
  ## References
144
 
145
+ [sophgo/LLM-TPU models/MiniCPM-V-2_6](https://github.com/sophgo/LLM-TPU/tree/main/models/MiniCPM-V-2_6)
146
+ [openbmb/MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6)
147
+ [Qwen/Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B)